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/hudson8291531272419347229.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 41038 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/10/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/10/ HUDSON_COOKIE=2f7ff6d9-9692-4339-9c8d-838e32018697 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=0 XDG_SESSION_ID=2468 BUILD_DISPLAY_NAME=#10 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=10 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-10 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=10 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/10/display/redirect HUDSON_SERVER_COOKIE=8cd9590adb8bfe87 JOB_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect JOB_NAME=ttcn3-nitb-sysinfo PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo SSH_CONNECTION=192.168.122.1 41038 192.168.122.224 22 MAKE=make + OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo + DIR=/home/osmocom-build/jenkins/docker-playground + cd /home/osmocom-build/jenkins/docker-playground + git fetch + git checkout -f -B master origin/master Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master + make docker build -t docker.io/osmocom-build/osmo-nitb-master:0.0.0-5c0fd74 . Sending build context to Docker daemon 12.29kB Step 1/14 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/14 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/14 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/14 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/14 : RUN apt-get update && apt-get install -y telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev ---> Using cache ---> 7c104def47a9 Step 6/14 : WORKDIR /tmp ---> Using cache ---> 416dcf056f8d Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 12644e514c54 Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> b769ea201a2c Step 9/14 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-nat --enable-osmo-bsc --enable-smpp && make -j8 install && ldconfig ---> Using cache ---> 6a0114a2f68a Step 10/14 : VOLUME /data ---> Using cache ---> 3a2f9c4a74b6 Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> 050cfd7f06ab Step 12/14 : WORKDIR /data ---> Using cache ---> 09e218ed5fb0 Step 13/14 : CMD /usr/local/bin/osmo-nitb ---> Using cache ---> d30cb911a312 Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 7d4c5cc1e7be Successfully built 7d4c5cc1e7be Successfully tagged osmocom-build/osmo-nitb-master:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/osmo-nitb-master:0.0.0-5c0fd74 docker.io/osmocom-build/osmo-nitb-master:latest + cd /home/osmocom-build/jenkins/docker-playground/osmo-bts-master + make docker build -t docker.io/osmocom-build/osmo-bts-master:0.0.0-5c0fd74 . Sending build context to Docker daemon 9.728kB Step 1/16 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/16 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/16 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/16 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/16 : RUN apt-get update && apt-get install -y telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev ---> Using cache ---> 7c104def47a9 Step 6/16 : WORKDIR /tmp ---> Using cache ---> 416dcf056f8d Step 7/16 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 12644e514c54 Step 8/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> b769ea201a2c Step 9/16 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> 292a6d1064ce Step 10/16 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> Using cache ---> 6c122cd41a93 Step 11/16 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master ---> Using cache ---> 30efdcbb104f 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 ---> f7c0659d843f Step 13/16 : VOLUME /data ---> Using cache ---> dd6ef4395e78 Step 14/16 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> d7f50253be66 Step 15/16 : WORKDIR /data ---> Using cache ---> d214ba7b01fe Step 16/16 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230 ---> Using cache ---> 95429230a2e6 Successfully built 95429230a2e6 Successfully tagged osmocom-build/osmo-bts-master:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/osmo-bts-master:0.0.0-5c0fd74 docker.io/osmocom-build/osmo-bts-master:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + make docker build -t docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-5c0fd74 . Sending build context to Docker daemon 8.192kB Step 1/8 : FROM laforge/debian-stretch-titan ---> 2816613c5515 Step 2/8 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> 25d1270a196f Step 3/8 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> 9f8a79481a54 Step 4/8 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit ---> Using cache ---> d59aaa88977f Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && git pull && ./gen_links.sh && ./regen_makefile.sh && make compile && make -j8 ---> Using cache ---> a1031a5fd661 Step 6/8 : VOLUME /data ---> Using cache ---> a1b78e0d9a59 Step 7/8 : COPY Test.cfg /data/Test.cfg ---> Using cache ---> 9a75047ef9d2 Step 8/8 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Using cache ---> 56ae0bb9b58e Successfully built 56ae0bb9b58e Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:0.0.0-5c0fd74 docker tag docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-5c0fd74 docker.io/osmocom-build/ttcn3-nitb-sysinfo:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + sh -x ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ] + docker volume rm nitb-vol nitb-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master fb375cc4d01d501250f35590f0f04248b39f7b8afbbc81074e35106d811a1b2f + 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 eabfd800d7d88f301efc6018b085724510d5bc7ba3010f6d63741e5c46dfb168 + 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@4d855fc8635c: Unix server socket created successfully. MC@4d855fc8635c: Listening on TCP port 37927. MC2> 4d855fc8635c is the default spawn /osmo-ttcn3-hacks/sysinfo/Test 4d855fc8635c 37927 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@4d855fc8635c: New HC connected from 4d855fc8635c [172.18.0.230]. 4d855fc8635c: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@4d855fc8635c: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@4d855fc8635c: TTCN-3 Host Controller started on 4d855fc8635c. Version: CRL 113 200/6 R1A. HC@4d855fc8635c: 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@4d855fc8635c: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@4d855fc8635c: The address of MC was set to 4d855fc8635c[172.18.0.230]:0. HC@4d855fc8635c: The local IP address of the control connection to MC is 172.18.0.230. HC@4d855fc8635c: Connected to MC. HC@4d855fc8635c: This host supports UNIX domain sockets for local communication. HC@4d855fc8635c: Processing configuration data received from MC. HC@4d855fc8635c: Initializing module GSMTAP_PortType. HC@4d855fc8635c: Initializing module GSMTAP_Types. HC@4d855fc8635c: Initializing module Osmocom_Types. HC@4d855fc8635c: Initialization of module Osmocom_Types finished. HC@4d855fc8635c: Initialization of module GSMTAP_Types finished. HC@4d855fc8635c: Initializing module IPL4asp_PortType. HC@4d855fc8635c: Initializing module IPL4asp_Types. HC@4d855fc8635c: Initializing module Socket_API_Definitions. HC@4d855fc8635c: Initialization of module Socket_API_Definitions finished. HC@4d855fc8635c: Initialization of module IPL4asp_Types finished. HC@4d855fc8635c: Initialization of module IPL4asp_PortType finished. HC@4d855fc8635c: Initialization of module GSMTAP_PortType finished. HC@4d855fc8635c: Initializing module GSM_RR_Types. HC@4d855fc8635c: Initializing module RLCMAC_CSN1_Types. HC@4d855fc8635c: Initializing module GSM_Types. HC@4d855fc8635c: Initializing module General_Types. HC@4d855fc8635c: Initialization of module General_Types finished. HC@4d855fc8635c: Initialization of module GSM_Types finished. HC@4d855fc8635c: Initialization of module RLCMAC_CSN1_Types finished. HC@4d855fc8635c: Initialization of module GSM_RR_Types finished. HC@4d855fc8635c: Initializing module GSM_SystemInformation. HC@4d855fc8635c: Initialization of module GSM_SystemInformation finished. HC@4d855fc8635c: Initializing module IPL4_GSMTAP_CtrlFunct. HC@4d855fc8635c: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@4d855fc8635c: Initializing module IPL4asp_Functions. HC@4d855fc8635c: Initializing module TCCInterface_Functions. HC@4d855fc8635c: Initializing module TCCConversion_Functions. HC@4d855fc8635c: Initialization of module TCCConversion_Functions finished. HC@4d855fc8635c: Initialization of module TCCInterface_Functions finished. HC@4d855fc8635c: Initialization of module IPL4asp_Functions finished. HC@4d855fc8635c: Initializing module Osmocom_VTY_Functions. HC@4d855fc8635c: Initializing module TELNETasp_PortType. HC@4d855fc8635c: Initialization of module TELNETasp_PortType finished. HC@4d855fc8635c: Initialization of module Osmocom_VTY_Functions finished. HC@4d855fc8635c: Initializing module PreGenRecordOf. HC@4d855fc8635c: Initialization of module PreGenRecordOf finished. HC@4d855fc8635c: Initializing module Test. HC@4d855fc8635c: Initialization of module Test finished. HC@4d855fc8635c: Initializing module TitanLoggerApi. HC@4d855fc8635c: Initialization of module TitanLoggerApi finished. HC@4d855fc8635c: Initializing module TitanLoggerControl. HC@4d855fc8635c: Initialization of module TitanLoggerControl finished. MC@4d855fc8635c: Configuration file was processed on all HCs. HC@4d855fc8635c: Configuration data was processed successfully. MC@4d855fc8635c: Creating MTC on host 4d855fc8635c. HC@4d855fc8635c: MTC was created. Process id: 20. MC@4d855fc8635c: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@4d855fc8635c: Executing test case TC_si1 in module Test. MTC@4d855fc8635c: Test case TC_si1 started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@4d855fc8635c: 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@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@4d855fc8635c: 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@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si1 finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_telnet in module Test. MTC@4d855fc8635c: Test case TC_telnet started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "show network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " show network\n% Unknown command." id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " show network\n% Unknown command." with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " show network\n% Unknown command." with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " show network\n% Unknown command." with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " show network\n% Unknown command." with pattern "*% Unknown command." matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " show network\n% Unknown command." id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: failVTY: Unknown Command MTC@4d855fc8635c: Osmocom_VTY_Functions.ttcn:53: Dynamic test case error: testcase.stop MTC@4d855fc8635c: setverdict(error): none -> error MTC@4d855fc8635c: Performing error recovery. MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Warning: BSCVTY: Dropping partial message MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: error MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_telnet finished. Verdict: error MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_default in module Test. MTC@4d855fc8635c: Test case TC_si_default started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_default": TC=0 has #of SI=5 MTC@4d855fc8635c: "TC_si_default": TC=1 has #of SI=5 MTC@4d855fc8635c: "TC_si_default": TC=2 has #of SI=4 MTC@4d855fc8635c: "TC_si_default": TC=3 has #of SI=4 MTC@4d855fc8635c: "TC_si_default": TC=4 has #of SI=4 MTC@4d855fc8635c: "TC_si_default": TC=5 has #of SI=4 MTC@4d855fc8635c: "TC_si_default": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_default": TC=7 has #of SI=4 MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_default finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_2bis in module Test. MTC@4d855fc8635c: Test case TC_si_sched_2bis started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 37 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 39 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_sched_2bis": TC=0 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=1 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=2 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=3 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=4 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=5 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2bis": TC=7 has #of SI=5 MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Message with id 80 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@4d855fc8635c: Message with id 81 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 40 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 41 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 42 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 43 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_2bis finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_2ter in module Test. MTC@4d855fc8635c: Test case TC_si_sched_2ter started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000788901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A2101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 36 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 37 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_sched_2ter": TC=0 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=1 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=2 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=3 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=4 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=5 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter": TC=7 has #of SI=4 MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Message with id 80 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@4d855fc8635c: Message with id 81 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O } id 41 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 39 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 40 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 41 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 42 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 43 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_2ter finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@4d855fc8635c: Test case TC_si_sched_2ter_2bis started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=4 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=5 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_2ter_2bis": TC=7 has #of SI=4 MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Message with id 80 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 81 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@4d855fc8635c: Message with id 82 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@4d855fc8635c: Message with id 83 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 41 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 39 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 40 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 41 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 42 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_2ter_2bis finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_2quater in module Test. MTC@4d855fc8635c: Test case TC_si_sched_2quater started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A1101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A1101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 5 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_2quater finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_13 in module Test. MTC@4d855fc8635c: Test case TC_si_sched_13 started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ED90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 36 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 38 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_sched_13": TC=0 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_13": TC=1 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=2 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=3 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=4 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=5 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13": TC=7 has #of SI=5 MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@4d855fc8635c: 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@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 39 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 39 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 40 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 41 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 42 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 43 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_13 finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@4d855fc8635c: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@4d855fc8635c: Message with id 39 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@4d855fc8635c: Message with id 40 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@4d855fc8635c: Message with id 41 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 42 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@4d855fc8635c: Message with id 43 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@4d855fc8635c: Message with id 44 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 8 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000950601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000950601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000953901000000550602BFE809B3FF00000000000000000000007900002B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000953901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 9 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 11 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 12 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 MTC@4d855fc8635c: Message with id 12 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 13 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 MTC@4d855fc8635c: Message with id 13 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@4d855fc8635c: Message with id 14 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 15 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@4d855fc8635c: Message with id 15 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 16 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096D101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16 MTC@4d855fc8635c: Message with id 16 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 17 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 MTC@4d855fc8635c: Message with id 17 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@4d855fc8635c: Message with id 18 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 19 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19 MTC@4d855fc8635c: Message with id 19 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 20 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20 MTC@4d855fc8635c: Message with id 20 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 21 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 MTC@4d855fc8635c: Message with id 21 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 MTC@4d855fc8635c: Message with id 22 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000983601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000983601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@4d855fc8635c: Message with id 23 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000986901000000550602BFE809B3FF00000000000000000000007900002B'O } id 24 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000986901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24 MTC@4d855fc8635c: Message with id 24 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 25 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 MTC@4d855fc8635c: Message with id 25 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 MTC@4d855fc8635c: Message with id 26 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 27 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27 MTC@4d855fc8635c: Message with id 27 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 28 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28 MTC@4d855fc8635c: Message with id 28 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 29 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 MTC@4d855fc8635c: Message with id 29 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 MTC@4d855fc8635c: Message with id 30 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 31 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@4d855fc8635c: Message with id 31 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O } id 32 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32 MTC@4d855fc8635c: Message with id 32 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 33 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 MTC@4d855fc8635c: Message with id 33 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 MTC@4d855fc8635c: Message with id 34 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 35 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35 MTC@4d855fc8635c: Message with id 35 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 36 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36 MTC@4d855fc8635c: Message with id 36 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 37 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 MTC@4d855fc8635c: Message with id 37 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 38 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 MTC@4d855fc8635c: Message with id 38 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@4d855fc8635c: 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@4d855fc8635c: Timeout T: 8 s MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=5 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 MTC@4d855fc8635c: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@4d855fc8635c: Message with id 45 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@4d855fc8635c: Message with id 46 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@4d855fc8635c: Message with id 47 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@4d855fc8635c: Message with id 48 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@4d855fc8635c: Message with id 49 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@4d855fc8635c: Message with id 50 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@4d855fc8635c: Message with id 51 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@4d855fc8635c: Message with id 52 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@4d855fc8635c: Message with id 53 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@4d855fc8635c: Message with id 54 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@4d855fc8635c: Message with id 55 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@4d855fc8635c: Message with id 56 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@4d855fc8635c: Message with id 57 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@4d855fc8635c: Message with id 58 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@4d855fc8635c: Message with id 59 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@4d855fc8635c: Message with id 60 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@4d855fc8635c: Message with id 61 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@4d855fc8635c: Message with id 62 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@4d855fc8635c: Message with id 63 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@4d855fc8635c: Message with id 64 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@4d855fc8635c: Message with id 65 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@4d855fc8635c: Message with id 66 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@4d855fc8635c: Message with id 67 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "gprs mode none" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@4d855fc8635c: Message with id 68 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@4d855fc8635c: Message with id 69 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@4d855fc8635c: Message with id 70 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@4d855fc8635c: Message with id 71 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@4d855fc8635c: Message with id 72 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@4d855fc8635c: Message with id 73 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@4d855fc8635c: Message with id 74 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@4d855fc8635c: Message with id 75 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@4d855fc8635c: Message with id 76 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@4d855fc8635c: Message with id 77 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@4d855fc8635c: Message with id 78 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@4d855fc8635c: Message with id 79 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@4d855fc8635c: Message with id 80 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "write terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Message with id 81 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@4d855fc8635c: Message with id 82 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@4d855fc8635c: Message with id 83 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B990100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009B990100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Message with id 39 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 40 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 41 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 42 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_neci in module Test. MTC@4d855fc8635c: Test case TC_neci started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Random number generator was initialized with seed 61.062945: srand48(671076916). MTC@4d855fc8635c: Function rnd() returned 0.915811. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "neci 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " neci 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " neci 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_neci finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_cell_resel_hyst in module Test. MTC@4d855fc8635c: Test case TC_cell_resel_hyst started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.537549. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 6" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " cell reselection hysteresis 6" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell reselection hysteresis 6" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell reselection hysteresis 6" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell reselection hysteresis 6" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " cell reselection hysteresis 6" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 6" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009D970100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E300100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E630100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC90100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EC90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009EFC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101107D2D9D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_cell_resel_hyst finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_rxlev_acc_min in module Test. MTC@4d855fc8635c: Test case TC_rxlev_acc_min started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.841846. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "rxlev access min 53" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " rxlev access min 53" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " rxlev access min 53" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rxlev access min 53" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rxlev access min 53" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rxlev access min 53" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " rxlev access min 53" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 53" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F2F0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101107D359D0400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FC80100000049061B51E062F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009FFB0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101107D359D0400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0940100000049061B51E062F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, 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@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_rxlev_acc_min finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_cellid in module Test. MTC@4d855fc8635c: Test case TC_cellid started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.760819. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "cell_identity 49860" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " cell_identity 49860" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " cell_identity 49860" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell_identity 49860" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell_identity 49860" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " cell_identity 49860" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " cell_identity 49860" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 49860" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0C70100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061BC2C462F224334F110101107D359D0400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1600100000049061BC2C462F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1930100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061BC2C462F224334F110101107D359D0400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A22C0100000049061BC2C462F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F224334F110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, 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@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_cellid finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_lac in module Test. MTC@4d855fc8635c: Test case TC_lac started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.617100. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "location_area_code 40441" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " location_area_code 40441" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " location_area_code 40441" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " location_area_code 40441" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " location_area_code 40441" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " location_area_code 40441" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " location_area_code 40441" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 40441" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A25F0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A2F80100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A32B0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3C40100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, 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@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_lac finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_rach_tx_int in module Test. MTC@4d855fc8635c: Test case TC_rach_tx_int started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.687279. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "rach tx integer 10" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " rach tx integer 10" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " rach tx integer 10" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach tx integer 10" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach tx integer 10" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach tx integer 10" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " rach tx integer 10" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 10" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A3F70100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB38000000000000000000000000000A904002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A42A010000005506198FB38000000000000000000000000000A904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000A904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000A904002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FFA90400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A45D0100000059061A00000000000000000000000000000000FFA90400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4900100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4C30100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '10'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5290100000059061A00000000000000000000000000000000FFA90400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5290100000059061A00000000000000000000000000000000FFA90400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFA90400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A55C0100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '10'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_rach_tx_int finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_rach_max_tx in module Test. MTC@4d855fc8635c: Test case TC_rach_max_tx started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.458202. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "rach max transmission 2" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach max transmission 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach max transmission 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " rach max transmission 2" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A58F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000006904002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5C2010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6280100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A65B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A6F40100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_rach_max_tx finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_attach in module Test. MTC@4d855fc8635c: Test case TC_attach started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.091612. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7270100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000006904002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A75A010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7C00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A7F30100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: 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@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8590100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A88C0100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_attach finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_dtx_ul in module Test. MTC@4d855fc8635c: Test case TC_dtx_ul started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.728161. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "dtx uplink force" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " dtx uplink force" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " dtx uplink force" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " dtx uplink force" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " dtx uplink force" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " dtx uplink force" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8BF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000006904002B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A8F2010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9250100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9580100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Warning: BSCVTY: Dropping partial message MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_dtx_ul finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_emerg_allowed in module Test. MTC@4d855fc8635c: Test case TC_emerg_allowed started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.454146. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A98B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA240100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA570100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000006904002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AA8A010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AAF00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110101107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_emerg_allowed finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_bs_pa_mfrms in module Test. MTC@4d855fc8635c: Test case TC_bs_pa_mfrms started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.594072. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 6" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 6" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 6" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 6" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 6" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 6" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 6" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 6" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB230100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AB890100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABBC0100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ABEF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000006904002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC22010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC550100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AC880100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9110401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 4, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_bs_pa_mfrms finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_bs_ag_blks_res in module Test. MTC@4d855fc8635c: Test case TC_bs_ag_blks_res started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.221427. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: 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@4d855fc8635c: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 1" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACBB0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD210100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD540100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AD870100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000006904002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADBA010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE200100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9090401107D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, 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 := 4, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_bs_ag_blks_res finished. Verdict: pass MC@4d855fc8635c: Test execution finished. MTC@4d855fc8635c: Executing test case TC_radio_link_timeout in module Test. MTC@4d855fc8635c: Test case TC_radio_link_timeout started. MTC@4d855fc8635c: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@4d855fc8635c: Port GSMTAP was started. MTC@4d855fc8635c: Port BSCVTY was started. MTC@4d855fc8635c: Component type Test.dummy_CT was initialized. MTC@4d855fc8635c: Function rnd() returned 0.258139. MTC@4d855fc8635c: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was mapped to system:GSMTAP. MTC@4d855fc8635c: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@4d855fc8635c: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@4d855fc8635c: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was mapped to system:BSCVTY. MTC@4d855fc8635c: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@4d855fc8635c: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "enable" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@4d855fc8635c: Message with id 1 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "configure terminal" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@4d855fc8635c: Message with id 2 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "network" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " network" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@4d855fc8635c: Message with id 3 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@4d855fc8635c: Message with id 4 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "radio-link-timeout 16" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 16" id 7 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Matching on port BSCVTY " radio-link-timeout 16" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " radio-link-timeout 16" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " radio-link-timeout 16" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " radio-link-timeout 16" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " radio-link-timeout 16" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 16" id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "end" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: " end" with ? matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@4d855fc8635c: Message with id 9 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@4d855fc8635c: Message with id 10 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@4d855fc8635c: Start timer T: 2 s MTC@4d855fc8635c: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@4d855fc8635c: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@4d855fc8635c: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@4d855fc8635c: Message with id 11 was extracted from the queue of BSCVTY. MTC@4d855fc8635c: Stop timer T: 2 s MTC@4d855fc8635c: Start timer T: 1 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE530100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF690400'O } id 3 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O } id 4 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AEEC0100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 4 MTC@4d855fc8635c: Timeout T: 1 s MTC@4d855fc8635c: Message with id 1 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 2 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 3 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Message with id 4 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: Port GSMTAP was cleared. MTC@4d855fc8635c: Start timer T: 10 s MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF1F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@4d855fc8635c: Message with id 5 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 40441 }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000006904002B'O } id 6 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF52010000005506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 MTC@4d855fc8635c: Message with id 6 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000006904002B'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF690400'O } id 7 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AF850100000059061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 MTC@4d855fc8635c: Message with id 7 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF690400'O MTC@4d855fc8635c: 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 := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@4d855fc8635c: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O } id 8 MTC@4d855fc8635c: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000AFB80100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O MTC@4d855fc8635c: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } MTC@4d855fc8635c: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Matching on port GSMTAP succeeded: matched MTC@4d855fc8635c: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 8 MTC@4d855fc8635c: Message with id 8 was extracted from the queue of GSMTAP. MTC@4d855fc8635c: dec_SystemInformation(): Stream before decoding: '49061BC2C462F2249DF9090401137D35690400392B2B2B'O MTC@4d855fc8635c: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49860, lai := { mcc_mnc := '262F42'H, lac := 40441 }, 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 := 4, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0011'B }, cell_sel_par := { cell_resel_hyst := 3, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 53 }, rach_control := { max_retrans := '01'B, tx_integer := '1010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@4d855fc8635c: setverdict(pass): none -> pass MTC@4d855fc8635c: Terminating component type Test.dummy_CT. MTC@4d855fc8635c: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was unmapped from system:GSMTAP. MTC@4d855fc8635c: Port GSMTAP was stopped. MTC@4d855fc8635c: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was unmapped from system:BSCVTY. MTC@4d855fc8635c: Port BSCVTY was stopped. MTC@4d855fc8635c: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@4d855fc8635c: Waiting for PTCs to finish. MTC@4d855fc8635c: Setting final verdict of the test case. MTC@4d855fc8635c: Local verdict of MTC: pass MTC@4d855fc8635c: No PTCs were created. MTC@4d855fc8635c: Test case TC_radio_link_timeout finished. Verdict: pass MC@4d855fc8635c: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@4d855fc8635c: Terminating MTC. MTC@4d855fc8635c: Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (4.55 %). MTC@4d855fc8635c: Test execution summary: 22 test cases were executed. Overall verdict: error MTC@4d855fc8635c: Exit was requested from MC. Terminating MTC. MC@4d855fc8635c: MTC terminated. MC2> exit MC@4d855fc8635c: Shutting down session. HC@4d855fc8635c: Exit was requested from MC. Terminating HC. MC@4d855fc8635c: Shutdown complete. 04:17:55.795024 hc TTCN-3 Host Controller started on 4d855fc8635c. Version: CRL 113 200/6 R1A. 04:17:55.795070 hc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error 04:17:55.795073 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 04:17:55.795373 hc The address of MC was set to 4d855fc8635c[172.18.0.230]:0. 04:17:55.795512 hc The local IP address of the control connection to MC is 172.18.0.230. 04:17:55.795527 hc Connected to MC. 04:17:55.795550 hc This host supports UNIX domain sockets for local communication. 04:17:55.796115 hc Processing configuration data received from MC. 04:17:55.797010 hc Initializing module GSMTAP_PortType. 04:17:55.797059 hc Initializing module GSMTAP_Types. 04:17:55.797109 hc Initializing module Osmocom_Types. 04:17:55.797145 hc Initialization of module Osmocom_Types finished. 04:17:55.797178 hc Initialization of module GSMTAP_Types finished. 04:17:55.797216 hc Initializing module IPL4asp_PortType. 04:17:55.797253 hc Initializing module IPL4asp_Types. 04:17:55.797295 hc Initializing module Socket_API_Definitions. 04:17:55.797340 hc Initialization of module Socket_API_Definitions finished. 04:17:55.797374 hc Initialization of module IPL4asp_Types finished. 04:17:55.797444 hc Initialization of module IPL4asp_PortType finished. 04:17:55.797488 hc Initialization of module GSMTAP_PortType finished. 04:17:55.797519 hc Initializing module GSM_RR_Types. 04:17:55.797554 hc Initializing module RLCMAC_CSN1_Types. 04:17:55.797581 hc Initializing module GSM_Types. 04:17:55.797606 hc Initializing module General_Types. 04:17:55.797628 hc Initialization of module General_Types finished. 04:17:55.797680 hc Initialization of module GSM_Types finished. 04:17:55.797696 hc Initialization of module RLCMAC_CSN1_Types finished. 04:17:55.797709 hc Initialization of module GSM_RR_Types finished. 04:17:55.797721 hc Initializing module GSM_SystemInformation. 04:17:55.797834 hc Initialization of module GSM_SystemInformation finished. 04:17:55.797853 hc Initializing module IPL4_GSMTAP_CtrlFunct. 04:17:55.797871 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 04:17:55.797885 hc Initializing module IPL4asp_Functions. 04:17:55.797899 hc Initializing module TCCInterface_Functions. 04:17:55.797914 hc Initializing module TCCConversion_Functions. 04:17:55.797929 hc Initialization of module TCCConversion_Functions finished. 04:17:55.797945 hc Initialization of module TCCInterface_Functions finished. 04:17:55.797957 hc Initialization of module IPL4asp_Functions finished. 04:17:55.797969 hc Initializing module Osmocom_VTY_Functions. 04:17:55.797983 hc Initializing module TELNETasp_PortType. 04:17:55.797995 hc Initialization of module TELNETasp_PortType finished. 04:17:55.798013 hc Initialization of module Osmocom_VTY_Functions finished. 04:17:55.798026 hc Initializing module PreGenRecordOf. 04:17:55.798038 hc Initialization of module PreGenRecordOf finished. 04:17:55.798050 hc Initializing module Test. 04:17:55.798247 hc Initialization of module Test finished. 04:17:55.798274 hc Initializing module TitanLoggerApi. 04:17:55.798287 hc Initialization of module TitanLoggerApi finished. 04:17:55.798299 hc Initializing module TitanLoggerControl. 04:17:55.798314 hc Initialization of module TitanLoggerControl finished. 04:17:55.798328 hc Configuration data was processed successfully. 04:17:55.799078 hc MTC was created. Process id: 20. 04:17:55.799356 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 04:17:55.799814 mtc TTCN-3 Main Test Component started on 4d855fc8635c. Version: CRL 113 200/6 R1A. 04:17:55.799886 mtc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error 04:17:55.799978 mtc Connected to MC. 04:17:55.800490 mtc Executing test case TC_si1 in module Test. 04:17:55.800705 mtc Test case TC_si1 started. 04:17:55.800746 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 04:17:55.800877 mtc Port GSMTAP was started. 04:17:55.800966 mtc Port BSCVTY was started. 04:17:55.800985 mtc Component type Test.dummy_CT was initialized. 04:17:55.801016 mtc SI: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:55.801598 mtc SI: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:17:55.801846 mtc SI: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 0, lai := { mcc_mnc := '262F42'H, lac := 1234 }, ctrl_chan_desc := { mscrr := false, att := true, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '10'B, radio_link_timeout := '0111'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:17:55.802271 mtc SI: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 1234 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:55.802736 mtc setverdict(pass): none -> pass 04:17:55.802822 mtc Terminating component type Test.dummy_CT. 04:17:55.802883 mtc Port GSMTAP was stopped. 04:17:55.802957 mtc Port BSCVTY was stopped. 04:17:55.802992 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 04:17:55.803025 mtc Waiting for PTCs to finish. 04:17:55.803092 mtc Setting final verdict of the test case. 04:17:55.803150 mtc Local verdict of MTC: pass 04:17:55.803197 mtc No PTCs were created. 04:17:55.803225 mtc Test case TC_si1 finished. Verdict: pass 04:17:55.803292 mtc Executing test case TC_telnet in module Test. 04:17:55.803366 mtc Test case TC_telnet started. 04:17:55.803406 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 04:17:55.803491 mtc Port GSMTAP was started. 04:17:55.803527 mtc Port BSCVTY was started. 04:17:55.803555 mtc Component type Test.dummy_CT was initialized. 04:17:55.803584 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:55.803692 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:55.803858 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:55.804041 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:55.804264 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:55.804589 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:55.804750 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 04:17:55.805070 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:55.805138 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:17:55.805248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:55.805285 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:55.805388 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:55.805439 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:55.805471 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:55.805571 mtc Sent on BSCVTY to system charstring : "enable" 04:17:55.805641 mtc Start timer T: 2 s 04:17:55.805725 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:17:55.805842 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:55.805896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:17:55.805999 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:17:55.806059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:55.806138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:55.806173 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:55.806199 mtc Stop timer T: 2 s 04:17:55.806238 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:55.806289 mtc Start timer T: 2 s 04:17:55.806342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 04:17:55.806451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:55.806503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 04:17:55.806609 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:55.806754 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:55.806882 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:55.806912 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:55.806936 mtc Stop timer T: 2 s 04:17:55.806976 mtc Sent on BSCVTY to system charstring : "show network" 04:17:55.807023 mtc Start timer T: 2 s 04:17:55.807200 mtc Message enqueued on BSCVTY from system charstring : " show network\n% Unknown command." id 3 04:17:55.807246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 04:17:55.807473 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " show network\n% Unknown command." id 3 04:17:55.807502 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:55.807526 mtc failVTY: Unknown Command 04:17:55.807565 mtc Osmocom_VTY_Functions.ttcn:53: Dynamic test case error: testcase.stop 04:17:55.807605 mtc setverdict(error): none -> error 04:17:55.807637 mtc Performing error recovery. 04:17:55.807870 mtc Terminating component type Test.dummy_CT. 04:17:55.807903 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:55.807978 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:55.808009 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:55.808026 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:55.808039 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:55.808050 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:55.808068 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:55.808081 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:55.808092 mtc Port GSMTAP was stopped. 04:17:55.808105 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:55.808124 mtc Warning: BSCVTY: Dropping partial message 04:17:55.808173 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:55.808194 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:55.808207 mtc Port BSCVTY was stopped. 04:17:55.808219 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 04:17:55.808234 mtc Waiting for PTCs to finish. 04:17:55.808372 mtc Setting final verdict of the test case. 04:17:55.808402 mtc Local verdict of MTC: error 04:17:55.808426 mtc No PTCs were created. 04:17:55.808448 mtc Test case TC_telnet finished. Verdict: error 04:17:55.808505 mtc Executing test case TC_si_default in module Test. 04:17:55.808538 mtc Test case TC_si_default started. 04:17:55.808561 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 04:17:55.808616 mtc Port GSMTAP was started. 04:17:55.808646 mtc Port BSCVTY was started. 04:17:55.808666 mtc Component type Test.dummy_CT was initialized. 04:17:55.808693 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:55.808741 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:55.808785 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:55.808814 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:55.808870 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:55.809076 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:55.809121 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:55.809149 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:55.809174 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:55.809197 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:55.809256 mtc Sent on BSCVTY to system charstring : "enable" 04:17:55.809301 mtc Start timer T: 2 s 04:17:55.809350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:55.809399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:55.809421 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:55.809440 mtc Stop timer T: 2 s 04:17:55.809478 mtc Port GSMTAP was cleared. 04:17:55.809498 mtc Start timer T: 8 s 04:17:55.866983 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 1 04:17:55.867273 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:55.867574 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:55.867733 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:55.868043 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:56.102568 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 2 04:17:56.102913 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:56.103154 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:56.103338 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:56.103769 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:56.337919 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3 04:17:56.338323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:56.338565 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:56.338686 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:56.339040 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:56.573272 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 04:17:56.573649 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 04:17:56.573913 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 04:17:56.574064 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:56.574425 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:56.808538 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:56.808963 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:56.809259 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:56.809385 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:56.809601 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:17:57.044022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:17:57.044433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:57.044755 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:57.044889 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:57.045150 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:57.279054 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7 04:17:57.279343 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 04:17:57.279543 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 04:17:57.279654 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:57.279974 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:57.514665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 04:17:57.514971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:57.515166 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:57.515249 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:57.515534 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:57.749902 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 9 04:17:57.750233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:57.750439 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:57.750544 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:57.750807 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:57.985240 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10 04:17:57.985472 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:57.985611 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:57.985678 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:57.985819 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:58.220793 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11 04:17:58.221161 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 04:17:58.221426 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 04:17:58.221577 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:58.221924 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:58.456120 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 04:17:58.456594 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:17:58.456903 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:17:58.457013 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:58.457346 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:58.691566 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 04:17:58.692002 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13 04:17:58.692268 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 13 04:17:58.692386 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:58.692613 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:58.926697 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O } id 14 04:17:58.926979 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 04:17:58.927153 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 04:17:58.927258 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:58.927490 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:59.162074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15 04:17:59.162348 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 04:17:59.162567 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 04:17:59.162663 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:59.162958 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:59.397704 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 04:17:59.398084 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:59.398327 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:59.398444 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:59.398804 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:59.632730 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 17 04:17:59.632957 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:59.633104 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:59.633166 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:59.633325 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:59.868167 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 18 04:17:59.868446 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:59.868642 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:59.868741 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:59.868976 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:00.103494 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19 04:18:00.103772 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 04:18:00.103980 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 04:18:00.104082 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:00.104373 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:00.339075 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 04:18:00.339429 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:18:00.339655 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:18:00.339838 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:00.340196 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:00.574451 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 04:18:00.574726 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:00.574883 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:00.574961 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:00.575227 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:00.809478 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 22 04:18:00.809581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 04:18:00.809632 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 04:18:00.809652 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:00.809713 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:01.044967 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23 04:18:01.045302 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 04:18:01.045460 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 04:18:01.045538 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:01.045886 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:01.280290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 04:18:01.280512 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:01.280629 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:01.280677 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:01.280900 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:01.515970 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 25 04:18:01.516339 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:18:01.516559 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:18:01.516652 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:01.516843 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:01.751326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 26 04:18:01.751737 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:18:01.752020 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:18:01.752149 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:01.752398 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:01.986435 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27 04:18:01.986710 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 04:18:01.986911 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 04:18:01.987019 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:01.987295 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:02.222046 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 04:18:02.222446 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:18:02.222728 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:18:02.222881 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:02.223274 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:02.457309 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29 04:18:02.457731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29 04:18:02.457976 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 29 04:18:02.458082 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:02.458320 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:02.692774 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 30 04:18:02.693118 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 04:18:02.693323 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 04:18:02.693427 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:02.693761 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:02.928155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31 04:18:02.928579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 04:18:02.928861 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 04:18:02.928971 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:02.929304 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:03.163392 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 04:18:03.163861 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:03.164131 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:03.164248 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:03.164564 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:03.398717 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 33 04:18:03.399066 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:18:03.399265 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:18:03.399347 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:03.399596 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:03.634047 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 34 04:18:03.634339 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:18:03.634517 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:18:03.634627 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:03.634866 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:03.809580 mtc Timeout T: 8 s 04:18:03.809745 mtc "TC_si_default": TC=0 has #of SI=5 04:18:03.809862 mtc "TC_si_default": TC=1 has #of SI=5 04:18:03.809935 mtc "TC_si_default": TC=2 has #of SI=4 04:18:03.810000 mtc "TC_si_default": TC=3 has #of SI=4 04:18:03.810064 mtc "TC_si_default": TC=4 has #of SI=4 04:18:03.810130 mtc "TC_si_default": TC=5 has #of SI=4 04:18:03.810197 mtc "TC_si_default": TC=6 has #of SI=4 04:18:03.810293 mtc "TC_si_default": TC=7 has #of SI=4 04:18:03.810474 mtc setverdict(pass): none -> pass 04:18:03.810599 mtc Terminating component type Test.dummy_CT. 04:18:03.810671 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:03.810790 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:03.810854 mtc Port GSMTAP was stopped. 04:18:03.810909 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:03.811061 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:03.811147 mtc Port BSCVTY was stopped. 04:18:03.811200 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 04:18:03.811251 mtc Waiting for PTCs to finish. 04:18:03.811403 mtc Setting final verdict of the test case. 04:18:03.811600 mtc Local verdict of MTC: pass 04:18:03.811685 mtc No PTCs were created. 04:18:03.811783 mtc Test case TC_si_default finished. Verdict: pass 04:18:03.812118 mtc Executing test case TC_si_sched_2bis in module Test. 04:18:03.812231 mtc Test case TC_si_sched_2bis started. 04:18:03.812298 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 04:18:03.812407 mtc Port GSMTAP was started. 04:18:03.812466 mtc Port BSCVTY was started. 04:18:03.812499 mtc Component type Test.dummy_CT was initialized. 04:18:03.812551 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:03.812697 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:03.812820 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:03.812902 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:03.813042 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:03.813524 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:03.813672 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:03.813756 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:03.813831 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:03.813901 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:03.814074 mtc Sent on BSCVTY to system charstring : "enable" 04:18:03.814198 mtc Start timer T: 2 s 04:18:03.814401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:03.814549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:03.814614 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:03.814669 mtc Stop timer T: 2 s 04:18:03.814747 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:03.814855 mtc Start timer T: 2 s 04:18:03.815314 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:03.815648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:03.815778 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:03.815855 mtc Stop timer T: 2 s 04:18:03.815958 mtc Sent on BSCVTY to system charstring : "network" 04:18:03.816085 mtc Start timer T: 2 s 04:18:03.816556 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:03.816658 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:03.816974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:03.817052 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:03.817333 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:03.817472 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:03.817548 mtc Stop timer T: 2 s 04:18:03.817652 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:03.817767 mtc Start timer T: 2 s 04:18:03.818063 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:03.818167 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:03.818399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:03.818465 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:03.818675 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:03.818756 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:03.818807 mtc Stop timer T: 2 s 04:18:03.818899 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:18:03.819002 mtc Start timer T: 2 s 04:18:03.819906 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:18:03.819986 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:03.820276 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:18:03.820355 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:03.820536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:03.820589 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:03.820631 mtc Stop timer T: 2 s 04:18:03.820714 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:18:03.820804 mtc Start timer T: 2 s 04:18:03.821159 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:03.821267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:18:03.821609 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:03.821675 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:03.821804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:18:03.821844 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:03.821874 mtc Stop timer T: 2 s 04:18:03.821951 mtc Sent on BSCVTY to system charstring : "end" 04:18:03.822272 mtc Start timer T: 2 s 04:18:03.822377 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:18:03.822466 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:18:03.822661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:18:03.822709 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:03.822773 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:18:03.822823 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:03.822873 mtc Stop timer T: 2 s 04:18:03.822930 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:03.823012 mtc Start timer T: 2 s 04:18:03.823257 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:18:03.823563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:18:03.823630 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:03.823672 mtc Stop timer T: 2 s 04:18:03.823794 mtc Sent on BSCVTY to system charstring : "network" 04:18:03.823908 mtc Start timer T: 2 s 04:18:03.824121 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:18:03.824238 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:18:03.824515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:18:03.824566 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:03.824693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:18:03.824732 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:03.824761 mtc Stop timer T: 2 s 04:18:03.824816 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:03.824901 mtc Start timer T: 2 s 04:18:03.825144 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:18:03.825264 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:03.825524 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:18:03.825598 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:03.825872 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:03.825941 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:03.826056 mtc Stop timer T: 2 s 04:18:03.826206 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:03.826375 mtc Start timer T: 2 s 04:18:03.826672 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 04:18:03.826768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:18:03.827020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 04:18:03.827099 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:03.827308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:18:03.827375 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:03.827433 mtc Stop timer T: 2 s 04:18:03.827521 mtc Sent on BSCVTY to system charstring : "end" 04:18:03.827631 mtc Start timer T: 2 s 04:18:03.827845 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:18:03.827916 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:18:03.828168 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:18:03.828232 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:03.828352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:18:03.828417 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:03.828475 mtc Stop timer T: 2 s 04:18:03.828558 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:03.828666 mtc Start timer T: 2 s 04:18:03.828905 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:18:03.829223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:18:03.829300 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:03.829367 mtc Stop timer T: 2 s 04:18:03.829456 mtc Sent on BSCVTY to system charstring : "network" 04:18:03.829565 mtc Start timer T: 2 s 04:18:03.829782 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:18:03.829871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:18:03.830137 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:18:03.830203 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:03.830401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:18:03.830480 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:03.830536 mtc Stop timer T: 2 s 04:18:03.830623 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:03.830728 mtc Start timer T: 2 s 04:18:03.830922 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:18:03.830996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:18:03.831173 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:18:03.831221 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:03.831355 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:18:03.831403 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:03.831452 mtc Stop timer T: 2 s 04:18:03.831537 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:03.831641 mtc Start timer T: 2 s 04:18:03.831937 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:18:03.832022 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:18:03.832292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:18:03.832356 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:03.832548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:18:03.832613 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:03.832666 mtc Stop timer T: 2 s 04:18:03.832748 mtc Sent on BSCVTY to system charstring : "end" 04:18:03.832854 mtc Start timer T: 2 s 04:18:03.833049 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:18:03.833115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:18:03.833340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:18:03.833397 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:03.833504 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:18:03.833555 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:03.833602 mtc Stop timer T: 2 s 04:18:03.833675 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:03.833773 mtc Start timer T: 2 s 04:18:03.833977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:18:03.834165 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:18:03.834209 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:03.834240 mtc Stop timer T: 2 s 04:18:03.834289 mtc Sent on BSCVTY to system charstring : "network" 04:18:03.834362 mtc Start timer T: 2 s 04:18:03.834635 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:18:03.834801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:18:03.835003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:18:03.835051 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:03.835299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:18:03.835366 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:03.835416 mtc Stop timer T: 2 s 04:18:03.835497 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:03.835628 mtc Start timer T: 2 s 04:18:03.835821 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:18:03.835903 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:18:03.836180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:18:03.836227 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:03.836393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:18:03.836430 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:03.836456 mtc Stop timer T: 2 s 04:18:03.836530 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:03.836654 mtc Start timer T: 2 s 04:18:03.836923 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:18:03.837037 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:18:03.837380 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:18:03.837445 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:03.837621 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:18:03.837677 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:03.837724 mtc Stop timer T: 2 s 04:18:03.837798 mtc Sent on BSCVTY to system charstring : "end" 04:18:03.837893 mtc Start timer T: 2 s 04:18:03.838079 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:18:03.838149 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:18:03.838307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:18:03.838346 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:03.838411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:18:03.838442 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:03.838467 mtc Stop timer T: 2 s 04:18:03.838508 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:03.838582 mtc Start timer T: 2 s 04:18:03.839928 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:18:03.840115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:18:03.845422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:18:03.845577 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:03.845646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:18:03.845679 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:03.845706 mtc Stop timer T: 2 s 04:18:03.845759 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:03.845840 mtc Start timer T: 2 s 04:18:03.846303 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:18:03.846464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:18:03.846532 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:03.846581 mtc Stop timer T: 2 s 04:18:03.846642 mtc Start timer T: 1 s 04:18:03.869384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 04:18:03.869646 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 04:18:04.104691 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:04.104953 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:18:04.340308 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:18:04.340719 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:18:04.575668 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 04:18:04.576135 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:18:04.811040 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 04:18:04.811435 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 04:18:04.846705 mtc Timeout T: 1 s 04:18:04.846837 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:04.846906 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:04.846959 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:04.847011 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:04.847060 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:04.847113 mtc Port GSMTAP was cleared. 04:18:04.847164 mtc Start timer T: 8 s 04:18:05.046259 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:05.046637 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:05.046828 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:05.046961 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:05.047274 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:05.281780 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:18:05.282170 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:18:05.282432 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:18:05.282578 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:05.282854 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:05.516995 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:18:05.517183 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:18:05.517311 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:18:05.517357 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:05.517472 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:05.752510 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 04:18:05.752862 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 04:18:05.753066 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 04:18:05.753180 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:05.753567 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:05.987901 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 04:18:05.988279 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:18:05.988576 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:18:05.988708 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:18:05.989074 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:06.223041 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 04:18:06.223326 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:18:06.223504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:18:06.223600 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:18:06.223865 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:06.458415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 04:18:06.458773 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:18:06.459058 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:18:06.459166 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:18:06.459464 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:06.693964 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 13 04:18:06.694281 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:18:06.694488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:18:06.694578 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:18:06.694914 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:06.929350 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 04:18:06.929731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:18:06.929934 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:18:06.930063 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:18:06.930410 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:07.164435 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:18:07.164738 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:18:07.164962 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:18:07.165067 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:18:07.165288 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:07.400085 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:18:07.400519 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:18:07.400778 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:18:07.400896 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:18:07.401172 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:07.635415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 17 04:18:07.635888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:18:07.636176 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:18:07.636303 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:18:07.636663 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:07.870760 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 04:18:07.871171 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:18:07.871442 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:18:07.871581 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:18:07.871964 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:08.106121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 04:18:08.106494 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:18:08.106733 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:18:08.106877 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:08.107121 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:08.341300 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 04:18:08.341562 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:18:08.341757 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:18:08.341853 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:08.342062 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:08.576899 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 21 04:18:08.577293 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:08.577549 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:08.577672 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:08.578023 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:08.812043 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 04:18:08.812444 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:18:08.812677 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:18:08.812774 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:08.813096 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:09.047600 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:18:09.048062 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:18:09.048326 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:18:09.048466 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:09.048792 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:09.282969 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:18:09.283330 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:09.283540 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:09.283671 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:09.283999 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:09.518137 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 25 04:18:09.518517 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25 04:18:09.518749 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 25 04:18:09.518872 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:09.519178 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:09.753706 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 04:18:09.754064 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:18:09.754258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:18:09.754356 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:09.754730 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:09.988876 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 04:18:09.989187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:18:09.989393 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:18:09.989491 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:09.989689 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:10.224166 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 04:18:10.224449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:18:10.224643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:18:10.224727 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:10.224893 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:10.459796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 29 04:18:10.460219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29 04:18:10.460469 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 29 04:18:10.460600 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:10.460944 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:10.695194 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 04:18:10.695544 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:18:10.695834 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:18:10.695938 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:10.696209 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:10.930529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:18:10.930978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:18:10.931286 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:18:10.931439 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:10.931769 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:11.165936 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:18:11.166317 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:11.166606 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:11.166737 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:11.167006 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:11.401009 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 33 04:18:11.401261 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33 04:18:11.401422 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 33 04:18:11.401539 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:11.401824 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:11.636627 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 04:18:11.637039 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:18:11.637337 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:18:11.637472 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:11.637813 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:11.871802 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 04:18:11.872117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:18:11.872322 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:18:11.872422 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:18:11.872603 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:12.107351 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 04:18:12.107748 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 04:18:12.107959 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 36 04:18:12.108067 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:18:12.108266 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:12.342759 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 37 04:18:12.343131 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37 04:18:12.343430 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 37 04:18:12.343561 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:18:12.343918 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:18:12.577926 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 04:18:12.578278 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:18:12.578488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:18:12.578581 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:18:12.578881 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:12.813167 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 39 04:18:12.813455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:18:12.813628 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:18:12.813717 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:18:12.813882 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:12.847295 mtc Timeout T: 8 s 04:18:12.847394 mtc "TC_si_sched_2bis": TC=0 has #of SI=5 04:18:12.847447 mtc "TC_si_sched_2bis": TC=1 has #of SI=4 04:18:12.847482 mtc "TC_si_sched_2bis": TC=2 has #of SI=4 04:18:12.847524 mtc "TC_si_sched_2bis": TC=3 has #of SI=4 04:18:12.847558 mtc "TC_si_sched_2bis": TC=4 has #of SI=4 04:18:12.847590 mtc "TC_si_sched_2bis": TC=5 has #of SI=4 04:18:12.847621 mtc "TC_si_sched_2bis": TC=6 has #of SI=4 04:18:12.847657 mtc "TC_si_sched_2bis": TC=7 has #of SI=5 04:18:12.847788 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:12.848141 mtc Start timer T: 2 s 04:18:12.848284 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:18:12.848573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:18:12.848646 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:12.848712 mtc Stop timer T: 2 s 04:18:12.848782 mtc Sent on BSCVTY to system charstring : "network" 04:18:12.849009 mtc Start timer T: 2 s 04:18:12.849130 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:18:12.849192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:18:12.849426 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:18:12.849493 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:12.849672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:18:12.849728 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:12.849780 mtc Stop timer T: 2 s 04:18:12.849851 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:12.849949 mtc Start timer T: 2 s 04:18:12.850170 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:18:12.850247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:18:12.850494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:18:12.850558 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:12.850746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:18:12.850806 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:12.850854 mtc Stop timer T: 2 s 04:18:12.850932 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:12.851053 mtc Start timer T: 2 s 04:18:12.851351 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:18:12.851419 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:18:12.851675 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:18:12.851765 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:12.851934 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:18:12.851992 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:12.852041 mtc Stop timer T: 2 s 04:18:12.852108 mtc Sent on BSCVTY to system charstring : "end" 04:18:12.852209 mtc Start timer T: 2 s 04:18:12.852413 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:18:12.852479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:18:12.852700 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:18:12.852759 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:12.852863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:18:12.852914 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:12.852968 mtc Stop timer T: 2 s 04:18:12.852985 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:12.853009 mtc Start timer T: 2 s 04:18:12.853085 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:18:12.853139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:18:12.853154 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:12.853166 mtc Stop timer T: 2 s 04:18:12.853182 mtc Sent on BSCVTY to system charstring : "network" 04:18:12.853206 mtc Start timer T: 2 s 04:18:12.853261 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:18:12.853277 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:18:12.853333 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:18:12.853347 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:12.853389 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:18:12.853403 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:12.853414 mtc Stop timer T: 2 s 04:18:12.853432 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:12.853455 mtc Start timer T: 2 s 04:18:12.853514 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:18:12.853531 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:18:12.853586 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:18:12.853600 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:12.853642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:18:12.853656 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:12.853667 mtc Stop timer T: 2 s 04:18:12.853686 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:12.853710 mtc Start timer T: 2 s 04:18:12.853801 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:18:12.853818 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:18:12.853884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:18:12.853898 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:12.853940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:18:12.853954 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:12.853965 mtc Stop timer T: 2 s 04:18:12.853981 mtc Sent on BSCVTY to system charstring : "end" 04:18:12.854011 mtc Start timer T: 2 s 04:18:12.854074 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:18:12.854090 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:18:12.854143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:18:12.854157 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:12.854182 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:18:12.854194 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:12.854206 mtc Stop timer T: 2 s 04:18:12.854222 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:12.854245 mtc Start timer T: 2 s 04:18:12.854319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:18:12.854363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:18:12.854374 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:12.854384 mtc Stop timer T: 2 s 04:18:12.854400 mtc Sent on BSCVTY to system charstring : "network" 04:18:12.854424 mtc Start timer T: 2 s 04:18:12.854472 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:18:12.854488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:18:12.854545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:18:12.854560 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:12.854604 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:18:12.854619 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:12.854631 mtc Stop timer T: 2 s 04:18:12.854649 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:12.854713 mtc Start timer T: 2 s 04:18:12.854742 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:18:12.854756 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:18:12.854810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:18:12.854825 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:12.854867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:18:12.854881 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:12.854893 mtc Stop timer T: 2 s 04:18:12.854910 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:12.854934 mtc Start timer T: 2 s 04:18:12.855009 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:18:12.855026 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:18:12.855083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:18:12.855097 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:12.855138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:18:12.855152 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:12.855163 mtc Stop timer T: 2 s 04:18:12.855179 mtc Sent on BSCVTY to system charstring : "end" 04:18:12.855204 mtc Start timer T: 2 s 04:18:12.855249 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:18:12.855264 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:18:12.855304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:18:12.855318 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:12.855343 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:18:12.855356 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:12.855367 mtc Stop timer T: 2 s 04:18:12.855384 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:12.855408 mtc Start timer T: 2 s 04:18:12.855484 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:18:12.855529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:18:12.855543 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:12.855551 mtc Stop timer T: 2 s 04:18:12.855563 mtc Sent on BSCVTY to system charstring : "network" 04:18:12.855581 mtc Start timer T: 2 s 04:18:12.855628 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:18:12.855643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:18:12.855683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:18:12.855712 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:12.855755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:18:12.855768 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:12.855779 mtc Stop timer T: 2 s 04:18:12.855796 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:12.855820 mtc Start timer T: 2 s 04:18:12.855873 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:18:12.855889 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:18:12.855927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:18:12.855939 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:12.855980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:18:12.855993 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:12.856005 mtc Stop timer T: 2 s 04:18:12.856025 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:12.856049 mtc Start timer T: 2 s 04:18:12.856127 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 04:18:12.856144 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:18:12.856214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 04:18:12.856228 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:12.856270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:18:12.856283 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:12.856295 mtc Stop timer T: 2 s 04:18:12.856312 mtc Sent on BSCVTY to system charstring : "end" 04:18:12.856336 mtc Start timer T: 2 s 04:18:12.856383 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:18:12.856397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:18:12.856439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:18:12.856453 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:12.856478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:18:12.856491 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:12.856502 mtc Stop timer T: 2 s 04:18:12.856518 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:12.856541 mtc Start timer T: 2 s 04:18:12.856869 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79 04:18:12.856914 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:18:12.858170 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79 04:18:12.858206 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:12.858223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:18:12.858231 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:18:12.858237 mtc Stop timer T: 2 s 04:18:12.858250 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:12.858273 mtc Start timer T: 2 s 04:18:12.858420 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:18:12.858455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:18:12.858470 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:18:12.858482 mtc Stop timer T: 2 s 04:18:12.858495 mtc Start timer T: 1 s 04:18:13.048609 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:18:13.048899 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:18:13.284193 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:18:13.284558 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:18:13.519579 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:18:13.519995 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 04:18:13.754779 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43 04:18:13.755098 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:18:13.858513 mtc Timeout T: 1 s 04:18:13.858633 mtc setverdict(pass): none -> pass 04:18:13.858717 mtc Terminating component type Test.dummy_CT. 04:18:13.858787 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:13.858871 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:13.858925 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:18:13.858979 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:18:13.859027 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:18:13.859069 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:18:13.859109 mtc Port GSMTAP was stopped. 04:18:13.859153 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:13.859436 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:13.859523 mtc Port BSCVTY was stopped. 04:18:13.859558 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 04:18:13.859598 mtc Waiting for PTCs to finish. 04:18:13.859743 mtc Setting final verdict of the test case. 04:18:13.859809 mtc Local verdict of MTC: pass 04:18:13.859867 mtc No PTCs were created. 04:18:13.859912 mtc Test case TC_si_sched_2bis finished. Verdict: pass 04:18:13.860090 mtc Executing test case TC_si_sched_2ter in module Test. 04:18:13.860217 mtc Test case TC_si_sched_2ter started. 04:18:13.860289 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 04:18:13.860411 mtc Port GSMTAP was started. 04:18:13.860486 mtc Port BSCVTY was started. 04:18:13.860519 mtc Component type Test.dummy_CT was initialized. 04:18:13.860563 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:13.860681 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:13.860831 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:13.860944 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:13.861089 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:13.861549 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:13.861680 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:13.861772 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:13.861825 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:13.861865 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:13.862001 mtc Sent on BSCVTY to system charstring : "enable" 04:18:13.862109 mtc Start timer T: 2 s 04:18:13.862286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:13.862416 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:13.862475 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:13.862526 mtc Stop timer T: 2 s 04:18:13.862590 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:13.862693 mtc Start timer T: 2 s 04:18:13.863131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:13.863379 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:13.863441 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:13.863491 mtc Stop timer T: 2 s 04:18:13.863569 mtc Sent on BSCVTY to system charstring : "network" 04:18:13.863666 mtc Start timer T: 2 s 04:18:13.863958 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:13.864059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:13.864315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:13.864381 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:13.864559 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:13.864616 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:13.864666 mtc Stop timer T: 2 s 04:18:13.864748 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:13.864861 mtc Start timer T: 2 s 04:18:13.865069 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:13.865143 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:13.865383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:13.865446 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:13.865619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:13.865674 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:13.865722 mtc Stop timer T: 2 s 04:18:13.865805 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:13.865901 mtc Start timer T: 2 s 04:18:13.866198 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:18:13.866269 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:13.866460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:18:13.866502 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:13.866606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:13.866644 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:13.866676 mtc Stop timer T: 2 s 04:18:13.866725 mtc Sent on BSCVTY to system charstring : "end" 04:18:13.866800 mtc Start timer T: 2 s 04:18:13.866976 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:13.867035 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:13.867186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:13.867226 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:13.867286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:13.867324 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:13.867351 mtc Stop timer T: 2 s 04:18:13.867391 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:13.867459 mtc Start timer T: 2 s 04:18:13.867676 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:18:13.867894 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:18:13.867938 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:13.867967 mtc Stop timer T: 2 s 04:18:13.868013 mtc Sent on BSCVTY to system charstring : "network" 04:18:13.868085 mtc Start timer T: 2 s 04:18:13.868273 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:18:13.868345 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:18:13.868579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:18:13.868642 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:13.868826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:18:13.868881 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:13.868930 mtc Stop timer T: 2 s 04:18:13.869009 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:13.869107 mtc Start timer T: 2 s 04:18:13.869289 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:18:13.869362 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:18:13.869604 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:18:13.869664 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:13.869843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:18:13.869900 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:13.869946 mtc Stop timer T: 2 s 04:18:13.870026 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:18:13.870127 mtc Start timer T: 2 s 04:18:13.870389 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 04:18:13.870463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:13.870731 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 04:18:13.870789 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:13.870960 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:13.871015 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:13.871061 mtc Stop timer T: 2 s 04:18:13.871153 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:18:13.871245 mtc Start timer T: 2 s 04:18:13.871523 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:18:13.871618 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:18:13.871969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:18:13.872032 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:13.872214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:18:13.872273 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:13.872321 mtc Stop timer T: 2 s 04:18:13.872395 mtc Sent on BSCVTY to system charstring : "end" 04:18:13.872633 mtc Start timer T: 2 s 04:18:13.872720 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:18:13.872782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:18:13.873001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:18:13.873056 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:13.873155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:18:13.873212 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:13.873259 mtc Stop timer T: 2 s 04:18:13.873325 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:13.873423 mtc Start timer T: 2 s 04:18:13.873618 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:18:13.873806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:18:13.873865 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:13.873916 mtc Stop timer T: 2 s 04:18:13.873988 mtc Sent on BSCVTY to system charstring : "network" 04:18:13.874079 mtc Start timer T: 2 s 04:18:13.874261 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:18:13.874336 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:18:13.874561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:18:13.874618 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:13.874784 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:18:13.874837 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:13.874884 mtc Stop timer T: 2 s 04:18:13.874959 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:13.875050 mtc Start timer T: 2 s 04:18:13.875295 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:18:13.875396 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:18:13.875657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:18:13.875753 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:13.875943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:18:13.876003 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:13.876053 mtc Stop timer T: 2 s 04:18:13.876134 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:13.876427 mtc Start timer T: 2 s 04:18:13.876564 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:18:13.876633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:18:13.876873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:18:13.876934 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:13.877109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:18:13.877166 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:13.877215 mtc Stop timer T: 2 s 04:18:13.877288 mtc Sent on BSCVTY to system charstring : "end" 04:18:13.877526 mtc Start timer T: 2 s 04:18:13.877612 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:18:13.877688 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:18:13.877938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:18:13.877998 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:13.878108 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:18:13.878161 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:13.878209 mtc Stop timer T: 2 s 04:18:13.878278 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:13.878375 mtc Start timer T: 2 s 04:18:13.878596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:18:13.878824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:18:13.878885 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:13.878933 mtc Stop timer T: 2 s 04:18:13.879007 mtc Sent on BSCVTY to system charstring : "network" 04:18:13.879108 mtc Start timer T: 2 s 04:18:13.879281 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:18:13.879351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:18:13.879582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:18:13.879639 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:13.879846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:18:13.879906 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:13.879954 mtc Stop timer T: 2 s 04:18:13.880033 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:13.880126 mtc Start timer T: 2 s 04:18:13.880329 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:18:13.880423 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:18:13.880699 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:18:13.880762 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:13.880921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:18:13.880969 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:13.881011 mtc Stop timer T: 2 s 04:18:13.881102 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:13.881206 mtc Start timer T: 2 s 04:18:13.881506 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:18:13.881594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:18:13.881907 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:18:13.881979 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:13.882163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:18:13.882210 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:13.882237 mtc Stop timer T: 2 s 04:18:13.882279 mtc Sent on BSCVTY to system charstring : "end" 04:18:13.882368 mtc Start timer T: 2 s 04:18:13.882539 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:18:13.882714 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:18:13.883037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:18:13.883103 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:13.883208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:18:13.883258 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:13.883353 mtc Stop timer T: 2 s 04:18:13.883406 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:13.883477 mtc Start timer T: 2 s 04:18:13.884925 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:18:13.885112 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:18:13.892313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:18:13.892500 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:13.892582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:18:13.892633 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:13.892689 mtc Stop timer T: 2 s 04:18:13.892809 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:13.892946 mtc Start timer T: 2 s 04:18:13.893438 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:18:13.893566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:18:13.893603 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:13.893639 mtc Stop timer T: 2 s 04:18:13.893682 mtc Start timer T: 1 s 04:18:13.990074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000788901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 1 04:18:13.990351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 1 04:18:14.225632 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2 04:18:14.225984 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2 04:18:14.460871 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 04:18:14.461063 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3 04:18:14.696393 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 4 04:18:14.696737 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:18:14.894203 mtc Timeout T: 1 s 04:18:14.894387 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:14.894467 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:14.894516 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:14.894553 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:14.894584 mtc Port GSMTAP was cleared. 04:18:14.894617 mtc Start timer T: 8 s 04:18:14.931784 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 5 04:18:14.932132 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:18:14.932384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:18:14.932502 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:14.932744 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:15.167097 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6 04:18:15.167489 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 04:18:15.167815 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 04:18:15.167929 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:15.168267 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:15.402228 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7 04:18:15.402520 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 04:18:15.402710 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 04:18:15.402793 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:15.403076 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:15.637867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 04:18:15.638197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:18:15.638422 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:18:15.638559 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:15.638840 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:15.873022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A2101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9 04:18:15.873289 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 04:18:15.873445 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 04:18:15.873511 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:15.873685 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:16.108571 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10 04:18:16.108974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 04:18:16.109272 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 04:18:16.109380 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:18:16.109700 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:16.343976 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11 04:18:16.344333 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 04:18:16.344593 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 04:18:16.344733 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:18:16.345092 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:16.579277 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 12 04:18:16.579636 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:18:16.579894 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:18:16.580024 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:18:16.580231 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:16.814687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 04:18:16.815095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:18:16.815365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:18:16.815505 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:18:16.815791 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:17.050058 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14 04:18:17.050431 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 04:18:17.050689 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 04:18:17.050844 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:18:17.051198 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:17.285123 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15 04:18:17.285379 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 04:18:17.285573 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 04:18:17.285662 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:18:17.285929 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:17.520777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 04:18:17.521126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:18:17.521366 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:18:17.521499 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:18:17.521761 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:17.755893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17 04:18:17.756135 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 04:18:17.756303 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 04:18:17.756380 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:18:17.756526 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:17.991327 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18 04:18:17.991640 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 04:18:17.991862 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 04:18:17.991974 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:18:17.992317 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:18.226858 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19 04:18:18.227318 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 04:18:18.227612 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 04:18:18.227761 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:18.228105 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:18.461988 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 20 04:18:18.462193 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:18:18.462323 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:18:18.462375 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:18.462512 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:18.697605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 21 04:18:18.697969 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:18:18.698244 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:18:18.698370 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:18.698639 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:18.932727 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22 04:18:18.932979 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 04:18:18.933154 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 04:18:18.933240 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:18.933468 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:19.168312 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23 04:18:19.168700 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 04:18:19.168928 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 04:18:19.169043 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:19.169359 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:19.403668 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 04:18:19.404111 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:19.404336 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:18:19.404434 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:19.404641 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:19.638885 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D5101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25 04:18:19.639175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 04:18:19.639334 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 04:18:19.639402 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:19.639570 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:19.874407 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26 04:18:19.874813 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 04:18:19.875102 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 04:18:19.875227 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:19.875543 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:20.109513 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27 04:18:20.109795 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 04:18:20.109986 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 04:18:20.110064 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:20.110313 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:20.345144 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 28 04:18:20.345586 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:18:20.345852 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:18:20.345957 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:20.346204 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:20.580500 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 04:18:20.580856 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:18:20.581064 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:18:20.581150 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:20.581399 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:20.815880 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30 04:18:20.816308 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 04:18:20.816579 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 04:18:20.816686 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:20.817016 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:21.051092 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31 04:18:21.051542 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 04:18:21.075818 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 04:18:21.075941 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:21.076266 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:21.286306 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 04:18:21.286483 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:21.286570 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:18:21.286613 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:21.286704 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:21.521981 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33 04:18:21.522393 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 04:18:21.522664 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 04:18:21.522780 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:21.523099 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:21.757333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34 04:18:21.757761 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 04:18:21.758058 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 04:18:21.758168 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:21.758573 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:21.992562 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35 04:18:21.992919 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 04:18:21.993121 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 04:18:21.993216 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:18:21.993535 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:22.228042 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 36 04:18:22.228449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36 04:18:22.228711 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 36 04:18:22.228840 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:18:22.229125 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:22.463161 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 37 04:18:22.463368 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 04:18:22.463478 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37 04:18:22.463530 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:18:22.463662 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:22.698791 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38 04:18:22.699228 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 04:18:22.699539 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 04:18:22.699642 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:18:22.699971 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:22.894786 mtc Timeout T: 8 s 04:18:22.894952 mtc "TC_si_sched_2ter": TC=0 has #of SI=4 04:18:22.895018 mtc "TC_si_sched_2ter": TC=1 has #of SI=5 04:18:22.895059 mtc "TC_si_sched_2ter": TC=2 has #of SI=5 04:18:22.895103 mtc "TC_si_sched_2ter": TC=3 has #of SI=4 04:18:22.895141 mtc "TC_si_sched_2ter": TC=4 has #of SI=4 04:18:22.895176 mtc "TC_si_sched_2ter": TC=5 has #of SI=4 04:18:22.895211 mtc "TC_si_sched_2ter": TC=6 has #of SI=4 04:18:22.895246 mtc "TC_si_sched_2ter": TC=7 has #of SI=4 04:18:22.895332 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:22.895887 mtc Start timer T: 2 s 04:18:22.896080 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:18:22.896353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:18:22.896407 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:22.896441 mtc Stop timer T: 2 s 04:18:22.896489 mtc Sent on BSCVTY to system charstring : "network" 04:18:22.896575 mtc Start timer T: 2 s 04:18:22.896925 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:18:22.897052 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:18:22.897356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:18:22.897431 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:22.897632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:18:22.897720 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:22.897783 mtc Stop timer T: 2 s 04:18:22.897873 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:22.898000 mtc Start timer T: 2 s 04:18:22.898265 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:18:22.898388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:18:22.898653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:18:22.898735 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:22.898930 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:18:22.898996 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:22.899032 mtc Stop timer T: 2 s 04:18:22.899090 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:22.899191 mtc Start timer T: 2 s 04:18:22.899605 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:18:22.899692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:18:22.900056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:18:22.900129 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:22.900327 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:18:22.900391 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:22.900446 mtc Stop timer T: 2 s 04:18:22.900522 mtc Sent on BSCVTY to system charstring : "end" 04:18:22.900640 mtc Start timer T: 2 s 04:18:22.900853 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:18:22.900929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:18:22.901181 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:18:22.901248 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:22.901368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:18:22.901426 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:22.901481 mtc Stop timer T: 2 s 04:18:22.901559 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:22.901671 mtc Start timer T: 2 s 04:18:22.901920 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:18:22.902172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:18:22.902239 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:22.902295 mtc Stop timer T: 2 s 04:18:22.902371 mtc Sent on BSCVTY to system charstring : "network" 04:18:22.902480 mtc Start timer T: 2 s 04:18:22.902683 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:18:22.902766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:18:22.903010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:18:22.903079 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:22.903267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:18:22.903329 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:22.903382 mtc Stop timer T: 2 s 04:18:22.903461 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:22.903569 mtc Start timer T: 2 s 04:18:22.903819 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:18:22.903922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:18:22.904117 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:18:22.904165 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:22.904291 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:18:22.904336 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:22.904398 mtc Stop timer T: 2 s 04:18:22.904485 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:22.904612 mtc Start timer T: 2 s 04:18:22.904929 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:18:22.905007 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:18:22.905276 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:18:22.905344 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:22.905542 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:18:22.905608 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:22.905661 mtc Stop timer T: 2 s 04:18:22.905739 mtc Sent on BSCVTY to system charstring : "end" 04:18:22.905854 mtc Start timer T: 2 s 04:18:22.905965 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:18:22.905988 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:18:22.906069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:18:22.906092 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:22.906130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:18:22.906149 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:22.906167 mtc Stop timer T: 2 s 04:18:22.906191 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:22.906226 mtc Start timer T: 2 s 04:18:22.906303 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:18:22.906382 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:18:22.906404 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:22.906422 mtc Stop timer T: 2 s 04:18:22.906447 mtc Sent on BSCVTY to system charstring : "network" 04:18:22.906482 mtc Start timer T: 2 s 04:18:22.906540 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:18:22.906563 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:18:22.906623 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:18:22.906637 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:22.906678 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:18:22.906691 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:22.906700 mtc Stop timer T: 2 s 04:18:22.906714 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:22.906746 mtc Start timer T: 2 s 04:18:22.906812 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:18:22.906836 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:18:22.906922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:18:22.906943 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:22.906981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:18:22.906993 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:22.907002 mtc Stop timer T: 2 s 04:18:22.907017 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:22.907044 mtc Start timer T: 2 s 04:18:22.907127 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:18:22.907151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:18:22.907234 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:18:22.907257 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:22.907318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:18:22.907339 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:22.907357 mtc Stop timer T: 2 s 04:18:22.907386 mtc Sent on BSCVTY to system charstring : "end" 04:18:22.907421 mtc Start timer T: 2 s 04:18:22.907478 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:18:22.907505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:18:22.907573 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:18:22.907588 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:22.907611 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:18:22.907624 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:22.907635 mtc Stop timer T: 2 s 04:18:22.907651 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:22.907684 mtc Start timer T: 2 s 04:18:22.907778 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:18:22.907841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:18:22.907857 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:22.907874 mtc Stop timer T: 2 s 04:18:22.907898 mtc Sent on BSCVTY to system charstring : "network" 04:18:22.907928 mtc Start timer T: 2 s 04:18:22.907984 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:18:22.908006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:18:22.908073 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:18:22.908093 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:22.908143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:18:22.908157 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:22.908171 mtc Stop timer T: 2 s 04:18:22.908188 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:22.908214 mtc Start timer T: 2 s 04:18:22.908280 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:18:22.908306 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:18:22.908365 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:18:22.908385 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:22.908430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:18:22.908446 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:22.908458 mtc Stop timer T: 2 s 04:18:22.908477 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:22.908505 mtc Start timer T: 2 s 04:18:22.908631 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 04:18:22.908654 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:18:22.908740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 04:18:22.908759 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:22.908803 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:18:22.908816 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:22.908825 mtc Stop timer T: 2 s 04:18:22.908843 mtc Sent on BSCVTY to system charstring : "end" 04:18:22.908875 mtc Start timer T: 2 s 04:18:22.908941 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:18:22.908964 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:18:22.909020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:18:22.909034 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:22.909060 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:18:22.909071 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:22.909084 mtc Stop timer T: 2 s 04:18:22.909105 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:22.909132 mtc Start timer T: 2 s 04:18:22.909576 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79 04:18:22.909631 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:18:22.911405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 79 04:18:22.911459 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:22.911494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:18:22.911512 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:18:22.911531 mtc Stop timer T: 2 s 04:18:22.911559 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:22.911592 mtc Start timer T: 2 s 04:18:22.911773 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:18:22.911826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:18:22.911850 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:18:22.911869 mtc Stop timer T: 2 s 04:18:22.911888 mtc Start timer T: 1 s 04:18:22.933744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 04:18:22.933872 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 04:18:23.169383 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 04:18:23.169733 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:18:23.404651 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF9D0400'O } id 41 04:18:23.404874 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 04:18:23.640243 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 04:18:23.640588 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 04:18:23.875596 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 04:18:23.880155 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 04:18:23.911913 mtc Timeout T: 1 s 04:18:23.912078 mtc setverdict(pass): none -> pass 04:18:23.912213 mtc Terminating component type Test.dummy_CT. 04:18:23.912286 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:23.912409 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:23.912484 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:18:23.912578 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:18:23.912648 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:18:23.912697 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:18:23.912747 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:18:23.912805 mtc Port GSMTAP was stopped. 04:18:23.912865 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:23.913040 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:23.913105 mtc Port BSCVTY was stopped. 04:18:23.913150 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 04:18:23.913211 mtc Waiting for PTCs to finish. 04:18:23.913325 mtc Setting final verdict of the test case. 04:18:23.913380 mtc Local verdict of MTC: pass 04:18:23.913432 mtc No PTCs were created. 04:18:23.913482 mtc Test case TC_si_sched_2ter finished. Verdict: pass 04:18:23.913650 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 04:18:23.913744 mtc Test case TC_si_sched_2ter_2bis started. 04:18:23.913797 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 04:18:23.913931 mtc Port GSMTAP was started. 04:18:23.914001 mtc Port BSCVTY was started. 04:18:23.914041 mtc Component type Test.dummy_CT was initialized. 04:18:23.914123 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:23.914278 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:23.914476 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:23.914575 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:23.914727 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:23.915224 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:23.915378 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:23.915461 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:23.915514 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:23.915554 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:23.915689 mtc Sent on BSCVTY to system charstring : "enable" 04:18:23.915848 mtc Start timer T: 2 s 04:18:23.916054 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:23.916219 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:23.916284 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:23.916338 mtc Stop timer T: 2 s 04:18:23.916410 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:23.916681 mtc Start timer T: 2 s 04:18:23.916951 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:23.917155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:23.917217 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:23.917251 mtc Stop timer T: 2 s 04:18:23.917304 mtc Sent on BSCVTY to system charstring : "network" 04:18:23.917383 mtc Start timer T: 2 s 04:18:23.917611 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:23.917709 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:23.918017 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:23.918088 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:23.918272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:23.918349 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:23.918406 mtc Stop timer T: 2 s 04:18:23.918497 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:23.918619 mtc Start timer T: 2 s 04:18:23.918843 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:23.918925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:23.919205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:23.919282 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:23.919484 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:23.919547 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:23.919600 mtc Stop timer T: 2 s 04:18:23.919726 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:18:23.919857 mtc Start timer T: 2 s 04:18:23.920195 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:18:23.920275 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:23.920489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:18:23.920540 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:23.920672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:23.920714 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:23.920746 mtc Stop timer T: 2 s 04:18:23.920816 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:18:23.920908 mtc Start timer T: 2 s 04:18:23.921237 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:23.921317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:18:23.921606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:23.921661 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:23.921796 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:18:23.921839 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:23.921873 mtc Stop timer T: 2 s 04:18:23.921924 mtc Sent on BSCVTY to system charstring : "end" 04:18:23.922015 mtc Start timer T: 2 s 04:18:23.922218 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:18:23.922291 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:18:23.922464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:18:23.922512 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:23.922586 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:18:23.922625 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:23.922658 mtc Stop timer T: 2 s 04:18:23.922706 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:23.922790 mtc Start timer T: 2 s 04:18:23.923043 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:18:23.923275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:18:23.923323 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:23.923359 mtc Stop timer T: 2 s 04:18:23.923407 mtc Sent on BSCVTY to system charstring : "network" 04:18:23.923493 mtc Start timer T: 2 s 04:18:23.923742 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:18:23.923823 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:18:23.923999 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:18:23.924045 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:23.924166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:18:23.924208 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:23.924242 mtc Stop timer T: 2 s 04:18:23.924298 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:23.924382 mtc Start timer T: 2 s 04:18:23.924611 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:18:23.924687 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:23.924860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:18:23.924908 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:23.925042 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:23.925084 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:23.925116 mtc Stop timer T: 2 s 04:18:23.925173 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:18:23.925259 mtc Start timer T: 2 s 04:18:23.925582 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:18:23.925664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:18:23.925955 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:18:23.926023 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:23.926216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:18:23.926282 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:23.926338 mtc Stop timer T: 2 s 04:18:23.926436 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:18:23.926549 mtc Start timer T: 2 s 04:18:23.926899 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:18:23.926986 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:18:23.927342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:18:23.927412 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:23.927612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:18:23.927676 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:23.927776 mtc Stop timer T: 2 s 04:18:23.927855 mtc Sent on BSCVTY to system charstring : "end" 04:18:23.927972 mtc Start timer T: 2 s 04:18:23.928178 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:18:23.928251 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:18:23.928508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:18:23.928573 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:23.928694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:18:23.928751 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:23.928804 mtc Stop timer T: 2 s 04:18:23.928882 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:23.929006 mtc Start timer T: 2 s 04:18:23.929267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:18:23.929523 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:18:23.929589 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:23.929643 mtc Stop timer T: 2 s 04:18:23.929725 mtc Sent on BSCVTY to system charstring : "network" 04:18:23.929831 mtc Start timer T: 2 s 04:18:23.930049 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:18:23.930136 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:18:23.930393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:18:23.930458 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:23.930653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:18:23.930713 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:23.930767 mtc Stop timer T: 2 s 04:18:23.930853 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:23.930960 mtc Start timer T: 2 s 04:18:23.931177 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:18:23.931257 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:18:23.931515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:18:23.931582 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:23.931821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:18:23.931888 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:23.931942 mtc Stop timer T: 2 s 04:18:23.932027 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:23.932136 mtc Start timer T: 2 s 04:18:23.932420 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 04:18:23.932500 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:18:23.932768 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 04:18:23.932833 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:23.933030 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:18:23.933092 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:23.933145 mtc Stop timer T: 2 s 04:18:23.933219 mtc Sent on BSCVTY to system charstring : "end" 04:18:23.933331 mtc Start timer T: 2 s 04:18:23.933536 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:18:23.933611 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:18:23.933861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:18:23.933927 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:23.934039 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:18:23.934097 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:23.934150 mtc Stop timer T: 2 s 04:18:23.934231 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:23.934340 mtc Start timer T: 2 s 04:18:23.934597 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:18:23.934843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:18:23.934910 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:23.934963 mtc Stop timer T: 2 s 04:18:23.935044 mtc Sent on BSCVTY to system charstring : "network" 04:18:23.935150 mtc Start timer T: 2 s 04:18:23.935338 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:18:23.935409 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:18:23.935571 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:18:23.935613 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:23.935782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:18:23.935829 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:23.935863 mtc Stop timer T: 2 s 04:18:23.935920 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:23.936004 mtc Start timer T: 2 s 04:18:23.936216 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:18:23.936295 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:18:23.936551 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:18:23.936616 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:23.936810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:18:23.936872 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:23.936927 mtc Stop timer T: 2 s 04:18:23.937023 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:23.937126 mtc Start timer T: 2 s 04:18:23.937448 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 04:18:23.937532 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:18:23.937895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 04:18:23.937961 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:23.938156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:18:23.938219 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:23.938273 mtc Stop timer T: 2 s 04:18:23.938351 mtc Sent on BSCVTY to system charstring : "end" 04:18:23.938464 mtc Start timer T: 2 s 04:18:23.938663 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:18:23.938737 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:18:23.938904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:18:23.938956 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:23.939021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:18:23.939054 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:23.939083 mtc Stop timer T: 2 s 04:18:23.939134 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:23.939217 mtc Start timer T: 2 s 04:18:23.940699 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:18:23.940904 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:18:23.946023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:18:23.946143 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:23.946195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:18:23.946219 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:23.946239 mtc Stop timer T: 2 s 04:18:23.946278 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:23.946338 mtc Start timer T: 2 s 04:18:23.947023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:18:23.947143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:18:23.947187 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:23.947222 mtc Stop timer T: 2 s 04:18:23.947248 mtc Start timer T: 1 s 04:18:24.111008 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 1 04:18:24.111377 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 04:18:24.346364 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 2 04:18:24.346725 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 04:18:24.581467 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 04:18:24.581762 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 04:18:24.816834 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:18:24.817115 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 04:18:24.947414 mtc Timeout T: 1 s 04:18:24.947576 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:24.947646 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:24.947765 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:24.947816 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:24.947862 mtc Port GSMTAP was cleared. 04:18:24.947916 mtc Start timer T: 8 s 04:18:25.052144 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:25.052427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:18:25.052644 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:18:25.052756 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:25.052984 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:25.287845 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O } id 6 04:18:25.288263 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 04:18:25.288549 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 6 04:18:25.288653 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:25.288905 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:25.523196 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 04:18:25.523590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 04:18:25.524017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 04:18:25.524176 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:25.524424 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:25.758518 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:18:25.758867 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:18:25.759143 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:18:25.759279 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:25.759649 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:25.993754 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 9 04:18:25.994160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 04:18:25.994437 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 04:18:25.994525 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:25.994717 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:26.229026 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 10 04:18:26.229309 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 04:18:26.229510 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10 04:18:26.229605 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:18:26.229805 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:26.464362 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 04:18:26.464581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 04:18:26.464719 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 04:18:26.464770 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:18:26.464922 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:26.700061 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 04:18:26.700420 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:18:26.700626 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:18:26.700728 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:18:26.701089 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:26.935389 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13 04:18:26.935903 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 04:18:26.936185 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 04:18:26.936288 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:18:26.936541 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:27.170491 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 14 04:18:27.170824 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 04:18:27.171023 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 14 04:18:27.171114 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:18:27.171348 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:27.406077 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 04:18:27.406434 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 04:18:27.406674 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 04:18:27.406803 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:18:27.407143 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:27.641371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 04:18:27.641775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:18:27.642006 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:18:27.642141 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:18:27.642484 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:27.876837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 17 04:18:27.877243 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17 04:18:27.877508 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 17 04:18:27.877640 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:18:27.877941 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:28.111912 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 18 04:18:28.112205 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 04:18:28.112388 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 18 04:18:28.112492 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:18:28.112734 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:28.347544 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 04:18:28.347971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 04:18:28.348218 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 04:18:28.348356 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:28.348685 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:28.582913 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 04:18:28.583348 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:18:28.583608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:18:28.583783 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:28.584109 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:28.818042 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 04:18:28.818338 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:28.818559 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:18:28.818644 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:28.818845 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:29.053656 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O } id 22 04:18:29.054063 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 04:18:29.054355 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 22 04:18:29.054468 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:29.054729 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:29.289021 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 04:18:29.289390 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 04:18:29.289592 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 04:18:29.289706 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:29.290005 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:29.524396 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 04:18:29.524754 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:18:29.524958 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:18:29.525088 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:29.525502 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:29.759544 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 25 04:18:29.759906 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 04:18:29.760119 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 25 04:18:29.760216 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:29.760462 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:29.995084 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 26 04:18:29.995465 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 04:18:29.995759 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 26 04:18:29.995901 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:29.996161 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:30.230265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 04:18:30.230566 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 04:18:30.230797 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 04:18:30.230889 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:30.231126 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:30.465703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 04:18:30.466084 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:18:30.466302 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34427, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:18:30.466427 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:30.466780 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:30.701175 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29 04:18:30.701545 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 04:18:30.701794 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 04:18:30.701950 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:30.702192 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:30.936561 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 30 04:18:30.936978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 04:18:30.937273 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 30 04:18:30.937439 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:30.937677 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:31.171764 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 04:18:31.172083 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 04:18:31.172276 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34580, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 04:18:31.172360 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:31.172637 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:31.407284 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 04:18:31.407684 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 04:18:31.407982 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34631, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 04:18:31.408118 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:31.408491 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:31.642465 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 33 04:18:31.642813 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 04:18:31.643046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34682, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 33 04:18:31.643136 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:31.643384 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:31.878030 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 34 04:18:31.878458 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 04:18:31.878770 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34733, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 34 04:18:31.878874 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:31.879130 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:32.113213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 04:18:32.113558 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 04:18:32.113766 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34784, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 04:18:32.113867 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:18:32.114150 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:18:32.348744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 04:18:32.349172 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 04:18:32.349457 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34835, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 04:18:32.349561 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:18:32.349915 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:18:32.584015 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 04:18:32.584337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 04:18:32.584526 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34886, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 37 04:18:32.584631 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:18:32.584877 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:32.819206 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000887901000000550602BFE809B3FF00000000000000000000007900002B'O } id 38 04:18:32.819517 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 04:18:32.819786 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 38 04:18:32.819899 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:18:32.820156 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:32.948030 mtc Timeout T: 8 s 04:18:32.948194 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 04:18:32.948274 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 04:18:32.948350 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 04:18:32.948394 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 04:18:32.948431 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=5 04:18:32.948464 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=5 04:18:32.948498 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=4 04:18:32.948542 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=4 04:18:32.948650 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:32.948840 mtc Start timer T: 2 s 04:18:32.949193 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:18:32.949516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:18:32.949605 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:32.949665 mtc Stop timer T: 2 s 04:18:32.949745 mtc Sent on BSCVTY to system charstring : "network" 04:18:32.950024 mtc Start timer T: 2 s 04:18:32.950162 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:18:32.950234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:18:32.950516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:18:32.950588 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:32.950799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:18:32.950867 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:32.950922 mtc Stop timer T: 2 s 04:18:32.951000 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:32.951136 mtc Start timer T: 2 s 04:18:32.951490 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:18:32.951586 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:18:32.951889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:18:32.951970 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:32.952178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:18:32.952242 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:32.952278 mtc Stop timer T: 2 s 04:18:32.952349 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:32.952473 mtc Start timer T: 2 s 04:18:32.952931 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:18:32.952970 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:18:32.953078 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:18:32.953100 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:32.953148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:18:32.953162 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:32.953172 mtc Stop timer T: 2 s 04:18:32.953188 mtc Sent on BSCVTY to system charstring : "end" 04:18:32.953217 mtc Start timer T: 2 s 04:18:32.953290 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:18:32.953327 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:18:32.953410 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:18:32.953436 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:32.953467 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:18:32.953484 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:32.953494 mtc Stop timer T: 2 s 04:18:32.953512 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:32.953539 mtc Start timer T: 2 s 04:18:32.953640 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:18:32.953759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:18:32.953867 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:32.953893 mtc Stop timer T: 2 s 04:18:32.953931 mtc Sent on BSCVTY to system charstring : "network" 04:18:32.954024 mtc Start timer T: 2 s 04:18:32.954075 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:18:32.954101 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:18:32.954229 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:18:32.954272 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:32.954357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:18:32.954379 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:32.954395 mtc Stop timer T: 2 s 04:18:32.954419 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:32.954449 mtc Start timer T: 2 s 04:18:32.954625 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:18:32.954666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:18:32.954758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:18:32.954784 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:32.954843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:18:32.954867 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:32.954885 mtc Stop timer T: 2 s 04:18:32.954914 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:32.954955 mtc Start timer T: 2 s 04:18:32.955072 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:18:32.955099 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:18:32.955183 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:18:32.955204 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:32.955272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:18:32.955297 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:32.955313 mtc Stop timer T: 2 s 04:18:32.955332 mtc Sent on BSCVTY to system charstring : "end" 04:18:32.955365 mtc Start timer T: 2 s 04:18:32.955436 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:18:32.955460 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:18:32.955529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:18:32.955546 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:32.955569 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:18:32.955581 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:32.955592 mtc Stop timer T: 2 s 04:18:32.955613 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:32.955643 mtc Start timer T: 2 s 04:18:32.955738 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:18:32.955820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:18:32.955846 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:32.955866 mtc Stop timer T: 2 s 04:18:32.955893 mtc Sent on BSCVTY to system charstring : "network" 04:18:32.955936 mtc Start timer T: 2 s 04:18:32.956005 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:18:32.956030 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:18:32.956093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:18:32.956111 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:32.956154 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:18:32.956169 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:32.956179 mtc Stop timer T: 2 s 04:18:32.956196 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:32.956229 mtc Start timer T: 2 s 04:18:32.956297 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:18:32.956321 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:18:32.956404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:18:32.956427 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:32.956501 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:18:32.956523 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:32.956544 mtc Stop timer T: 2 s 04:18:32.956572 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:32.956614 mtc Start timer T: 2 s 04:18:32.956710 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:18:32.956737 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:18:32.956806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:18:32.956825 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:32.956870 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:18:32.956885 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:32.956896 mtc Stop timer T: 2 s 04:18:32.956914 mtc Sent on BSCVTY to system charstring : "end" 04:18:32.956946 mtc Start timer T: 2 s 04:18:32.957013 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:18:32.957036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:18:32.957103 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:18:32.957127 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:32.957171 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:18:32.957192 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:32.957212 mtc Stop timer T: 2 s 04:18:32.957239 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:32.957278 mtc Start timer T: 2 s 04:18:32.957360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:18:32.957449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:18:32.957478 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:32.957499 mtc Stop timer T: 2 s 04:18:32.957526 mtc Sent on BSCVTY to system charstring : "network" 04:18:32.957565 mtc Start timer T: 2 s 04:18:32.957638 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:18:32.957668 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:18:32.957758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:18:32.957782 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:32.957851 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:18:32.957873 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:32.957892 mtc Stop timer T: 2 s 04:18:32.957921 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:32.957961 mtc Start timer T: 2 s 04:18:32.958032 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:18:32.958057 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:18:32.958145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:18:32.958168 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:32.958237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:18:32.958260 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:32.958279 mtc Stop timer T: 2 s 04:18:32.958311 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:32.958350 mtc Start timer T: 2 s 04:18:32.958466 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 04:18:32.958496 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:18:32.958628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 04:18:32.958652 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:32.958721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:18:32.958743 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:32.958762 mtc Stop timer T: 2 s 04:18:32.958790 mtc Sent on BSCVTY to system charstring : "end" 04:18:32.958846 mtc Start timer T: 2 s 04:18:32.958924 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:18:32.958951 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:18:32.959026 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:18:32.959047 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:32.959076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:18:32.959091 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:18:32.959106 mtc Stop timer T: 2 s 04:18:32.959130 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:32.959177 mtc Start timer T: 2 s 04:18:32.959771 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:18:32.959854 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:18:32.962290 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:18:32.962360 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:18:32.962393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:18:32.962408 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:18:32.962421 mtc Stop timer T: 2 s 04:18:32.962445 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:32.962481 mtc Start timer T: 2 s 04:18:32.962926 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:18:32.963000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:18:32.963028 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:18:32.963049 mtc Stop timer T: 2 s 04:18:32.963073 mtc Start timer T: 1 s 04:18:33.054600 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 04:18:33.054895 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34988, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 04:18:33.290201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:18:33.290550 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35039, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 04:18:33.525447 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 41 04:18:33.525783 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35090, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 41 04:18:33.760942 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:18:33.761311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35141, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 04:18:33.963097 mtc Timeout T: 1 s 04:18:33.963208 mtc setverdict(pass): none -> pass 04:18:33.963293 mtc Terminating component type Test.dummy_CT. 04:18:33.963346 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:33.963421 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:33.963482 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:18:33.963519 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:18:33.963583 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:18:33.963636 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:18:33.963736 mtc Port GSMTAP was stopped. 04:18:33.963804 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:33.963927 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:33.963998 mtc Port BSCVTY was stopped. 04:18:33.964062 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 04:18:33.964116 mtc Waiting for PTCs to finish. 04:18:33.964228 mtc Setting final verdict of the test case. 04:18:33.964289 mtc Local verdict of MTC: pass 04:18:33.964325 mtc No PTCs were created. 04:18:33.964354 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass 04:18:33.964450 mtc Executing test case TC_si_sched_2quater in module Test. 04:18:33.964518 mtc Test case TC_si_sched_2quater started. 04:18:33.964566 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 04:18:33.964665 mtc Port GSMTAP was started. 04:18:33.964718 mtc Port BSCVTY was started. 04:18:33.964745 mtc Component type Test.dummy_CT was initialized. 04:18:33.964778 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:33.964877 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:33.964994 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:33.965058 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:33.965164 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:33.965562 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:33.965679 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:33.965742 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:33.965796 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:33.965837 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:33.965968 mtc Sent on BSCVTY to system charstring : "enable" 04:18:33.966062 mtc Start timer T: 2 s 04:18:33.966233 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:33.966345 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:33.966387 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:33.966423 mtc Stop timer T: 2 s 04:18:33.966466 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:33.966539 mtc Start timer T: 2 s 04:18:33.966845 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:33.967046 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:33.967094 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:33.967127 mtc Stop timer T: 2 s 04:18:33.967176 mtc Sent on BSCVTY to system charstring : "network" 04:18:33.967250 mtc Start timer T: 2 s 04:18:33.967447 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:33.967512 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:33.967676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:33.967770 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:33.967922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:33.967936 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:33.967946 mtc Stop timer T: 2 s 04:18:33.967961 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:33.968038 mtc Start timer T: 2 s 04:18:33.968071 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:33.968090 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:33.968144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:33.968157 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:33.968199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:33.968214 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:33.968227 mtc Stop timer T: 2 s 04:18:33.968246 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:33.968271 mtc Start timer T: 2 s 04:18:33.968414 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:18:33.968442 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:33.968503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:18:33.968525 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:33.968566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:33.968577 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:33.968585 mtc Stop timer T: 2 s 04:18:33.968598 mtc Sent on BSCVTY to system charstring : "end" 04:18:33.968621 mtc Start timer T: 2 s 04:18:33.968692 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:33.968719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:33.968778 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:33.968793 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:33.968811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:33.968821 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:33.968829 mtc Stop timer T: 2 s 04:18:33.968842 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:33.968864 mtc Start timer T: 2 s 04:18:33.968944 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:18:33.968995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:18:33.969011 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:33.969022 mtc Stop timer T: 2 s 04:18:33.969039 mtc Sent on BSCVTY to system charstring : "network" 04:18:33.969105 mtc Start timer T: 2 s 04:18:33.969135 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:18:33.969151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:18:33.969208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:18:33.969226 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:33.969259 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:18:33.969269 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:33.969276 mtc Stop timer T: 2 s 04:18:33.969291 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:33.969309 mtc Start timer T: 2 s 04:18:33.969368 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:18:33.969385 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:18:33.969423 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:18:33.969432 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:33.969458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:18:33.969466 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:33.969472 mtc Stop timer T: 2 s 04:18:33.969484 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:33.969570 mtc Start timer T: 2 s 04:18:33.969603 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:18:33.969618 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:33.969683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:18:33.969699 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:33.969743 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:33.969757 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:33.969769 mtc Stop timer T: 2 s 04:18:33.969786 mtc Sent on BSCVTY to system charstring : "end" 04:18:33.969855 mtc Start timer T: 2 s 04:18:33.969876 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:18:33.969892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:18:33.969950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:18:33.969973 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:33.970001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:18:33.970015 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:33.970028 mtc Stop timer T: 2 s 04:18:33.970046 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:33.970122 mtc Start timer T: 2 s 04:18:33.970151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:18:33.970208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:18:33.970223 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:33.970236 mtc Stop timer T: 2 s 04:18:33.970255 mtc Sent on BSCVTY to system charstring : "network" 04:18:33.970309 mtc Start timer T: 2 s 04:18:33.970338 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:18:33.970353 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:18:33.970411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:18:33.970427 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:33.970472 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:18:33.970487 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:33.970500 mtc Stop timer T: 2 s 04:18:33.970519 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:33.970578 mtc Start timer T: 2 s 04:18:33.970607 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:18:33.970620 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:18:33.970657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:18:33.970666 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:33.970691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:18:33.970699 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:33.970705 mtc Stop timer T: 2 s 04:18:33.970715 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:33.970733 mtc Start timer T: 2 s 04:18:33.970806 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 04:18:33.970837 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:18:33.970888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 04:18:33.970899 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:33.970931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:18:33.970941 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:33.970948 mtc Stop timer T: 2 s 04:18:33.970960 mtc Sent on BSCVTY to system charstring : "end" 04:18:33.971031 mtc Start timer T: 2 s 04:18:33.971055 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:18:33.971074 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:18:33.971119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:18:33.971129 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:33.971143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:18:33.971151 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:33.971157 mtc Stop timer T: 2 s 04:18:33.971168 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:33.971186 mtc Start timer T: 2 s 04:18:33.971268 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:18:33.971343 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:18:33.971361 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:33.971374 mtc Stop timer T: 2 s 04:18:33.971392 mtc Sent on BSCVTY to system charstring : "network" 04:18:33.971459 mtc Start timer T: 2 s 04:18:33.971494 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:18:33.971507 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:18:33.971552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:18:33.971563 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:33.971589 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:18:33.971597 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:33.971603 mtc Stop timer T: 2 s 04:18:33.971614 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:33.971632 mtc Start timer T: 2 s 04:18:33.971684 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:18:33.971719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:18:33.971766 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:18:33.971780 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:33.971831 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:18:33.971846 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:33.971855 mtc Stop timer T: 2 s 04:18:33.971870 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:18:33.971891 mtc Start timer T: 2 s 04:18:33.971979 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:18:33.971996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:18:33.972058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:18:33.972073 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:33.972116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:18:33.972130 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:33.972142 mtc Stop timer T: 2 s 04:18:33.972158 mtc Sent on BSCVTY to system charstring : "end" 04:18:33.972183 mtc Start timer T: 2 s 04:18:33.972234 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:18:33.972251 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:18:33.972306 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:18:33.972320 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:33.972346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:18:33.972361 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:33.972372 mtc Stop timer T: 2 s 04:18:33.972389 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:33.972413 mtc Start timer T: 2 s 04:18:33.972745 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:18:33.972790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:18:33.974102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:18:33.974144 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:33.974163 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:18:33.974172 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:33.974179 mtc Stop timer T: 2 s 04:18:33.974193 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:33.974213 mtc Start timer T: 2 s 04:18:33.974360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:18:33.974401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:18:33.974419 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:33.974433 mtc Stop timer T: 2 s 04:18:33.974447 mtc Start timer T: 1 s 04:18:33.995945 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 1 04:18:33.996071 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35192, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 1 04:18:34.231634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:34.232028 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35243, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:18:34.466765 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:18:34.466968 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35294, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:18:34.702249 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A1101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 4 04:18:34.702587 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 4 04:18:34.937572 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 5 04:18:34.937833 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35396, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 5 04:18:34.974463 mtc Timeout T: 1 s 04:18:34.974576 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:34.974684 mtc Start timer T: 2 s 04:18:34.974994 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:18:34.975279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:18:34.975364 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:34.975420 mtc Stop timer T: 2 s 04:18:34.975498 mtc Sent on BSCVTY to system charstring : "network" 04:18:34.975615 mtc Start timer T: 2 s 04:18:34.975893 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:18:34.975977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:18:34.976219 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:18:34.976281 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:34.976456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:18:34.976511 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:34.976559 mtc Stop timer T: 2 s 04:18:34.976632 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:34.976736 mtc Start timer T: 2 s 04:18:34.976926 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:18:34.976995 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:18:34.977157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:18:34.977200 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:34.977320 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:18:34.977358 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:34.977388 mtc Stop timer T: 2 s 04:18:34.977446 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:34.977524 mtc Start timer T: 2 s 04:18:34.977826 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:18:34.977894 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:18:34.978083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:18:34.978128 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:34.978246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:18:34.978284 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:34.978315 mtc Stop timer T: 2 s 04:18:34.978360 mtc Sent on BSCVTY to system charstring : "end" 04:18:34.978439 mtc Start timer T: 2 s 04:18:34.978632 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:18:34.978697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:18:34.978854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:18:34.978893 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:34.978949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:18:34.978980 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:34.979005 mtc Stop timer T: 2 s 04:18:34.979053 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:34.979131 mtc Start timer T: 2 s 04:18:34.979360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:18:34.979545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:18:34.979588 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:34.979619 mtc Stop timer T: 2 s 04:18:34.979668 mtc Sent on BSCVTY to system charstring : "network" 04:18:34.979801 mtc Start timer T: 2 s 04:18:34.979906 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:18:34.979921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:18:34.979978 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:18:34.979992 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:34.980035 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:18:34.980049 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:34.980066 mtc Stop timer T: 2 s 04:18:34.980085 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:34.980108 mtc Start timer T: 2 s 04:18:34.980169 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:18:34.980187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:18:34.980245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:18:34.980260 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:34.980303 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:18:34.980318 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:34.980331 mtc Stop timer T: 2 s 04:18:34.980351 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:34.980375 mtc Start timer T: 2 s 04:18:34.980456 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:18:34.980473 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:18:34.980538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:18:34.980553 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:34.980595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:18:34.980610 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:34.980623 mtc Stop timer T: 2 s 04:18:34.980640 mtc Sent on BSCVTY to system charstring : "end" 04:18:34.980664 mtc Start timer T: 2 s 04:18:34.980715 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:18:34.980730 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:18:34.980767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:18:34.980776 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:34.980791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:18:34.980798 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:34.980804 mtc Stop timer T: 2 s 04:18:34.980815 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:34.980833 mtc Start timer T: 2 s 04:18:34.980907 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:18:34.980962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:18:34.980976 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:34.980989 mtc Stop timer T: 2 s 04:18:34.981007 mtc Sent on BSCVTY to system charstring : "network" 04:18:34.981029 mtc Start timer T: 2 s 04:18:34.981079 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:18:34.981096 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:18:34.981152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:18:34.981166 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:34.981211 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:18:34.981225 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:34.981237 mtc Stop timer T: 2 s 04:18:34.981255 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:34.981320 mtc Start timer T: 2 s 04:18:34.981349 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:18:34.981364 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:18:34.981420 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:18:34.981434 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:34.981476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:18:34.981489 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:34.981501 mtc Stop timer T: 2 s 04:18:34.981519 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:34.981546 mtc Start timer T: 2 s 04:18:34.981616 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:18:34.981633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:18:34.981673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:18:34.981682 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:34.981707 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:18:34.981717 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:34.981727 mtc Stop timer T: 2 s 04:18:34.981744 mtc Sent on BSCVTY to system charstring : "end" 04:18:34.981767 mtc Start timer T: 2 s 04:18:34.981816 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:18:34.981832 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:18:34.981887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:18:34.981901 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:34.981928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:18:34.981940 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:34.981952 mtc Stop timer T: 2 s 04:18:34.981970 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:34.981992 mtc Start timer T: 2 s 04:18:34.982064 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:18:34.982109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:18:34.982120 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:34.982127 mtc Stop timer T: 2 s 04:18:34.982138 mtc Sent on BSCVTY to system charstring : "network" 04:18:34.982155 mtc Start timer T: 2 s 04:18:34.982202 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:18:34.982217 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:18:34.982273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:18:34.982286 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:34.982328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:18:34.982342 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:34.982353 mtc Stop timer T: 2 s 04:18:34.982371 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:34.982395 mtc Start timer T: 2 s 04:18:34.982447 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:18:34.982464 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:18:34.982506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:18:34.982521 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:34.982563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:18:34.982578 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:34.982590 mtc Stop timer T: 2 s 04:18:34.982613 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:34.982637 mtc Start timer T: 2 s 04:18:34.982709 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:18:34.982726 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:18:34.982779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:18:34.982792 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:34.982827 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:18:34.982839 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:34.982848 mtc Stop timer T: 2 s 04:18:34.982861 mtc Sent on BSCVTY to system charstring : "end" 04:18:34.982883 mtc Start timer T: 2 s 04:18:34.982925 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:18:34.982940 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:18:34.982978 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:18:34.982988 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:34.983003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:18:34.983012 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:34.983020 mtc Stop timer T: 2 s 04:18:34.983030 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:34.983048 mtc Start timer T: 2 s 04:18:34.983380 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:18:34.983424 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:18:34.984730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:18:34.984774 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:34.984792 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:18:34.984800 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:34.984807 mtc Stop timer T: 2 s 04:18:34.984822 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:34.984844 mtc Start timer T: 2 s 04:18:34.984996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:18:34.985034 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:18:34.985050 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:34.985063 mtc Stop timer T: 2 s 04:18:34.985076 mtc Start timer T: 1 s 04:18:35.173158 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:35.173516 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35447, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:35.408497 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:18:35.408896 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35498, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:18:35.643590 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:18:35.647997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35549, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:18:35.879029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 9 04:18:35.879392 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35600, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 9 04:18:35.985092 mtc Timeout T: 1 s 04:18:35.985178 mtc setverdict(pass): none -> pass 04:18:35.985233 mtc Terminating component type Test.dummy_CT. 04:18:35.985286 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:35.985379 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:35.985439 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:35.985491 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:35.985547 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:35.985594 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:35.985643 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:35.985692 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:35.985748 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:35.985782 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:35.985809 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:35.985847 mtc Port GSMTAP was stopped. 04:18:35.985874 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:35.985980 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:35.986050 mtc Port BSCVTY was stopped. 04:18:35.986096 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 04:18:35.986150 mtc Waiting for PTCs to finish. 04:18:35.986242 mtc Setting final verdict of the test case. 04:18:35.986284 mtc Local verdict of MTC: pass 04:18:35.986322 mtc No PTCs were created. 04:18:35.986349 mtc Test case TC_si_sched_2quater finished. Verdict: pass 04:18:35.986511 mtc Executing test case TC_si_sched_13 in module Test. 04:18:35.986595 mtc Test case TC_si_sched_13 started. 04:18:35.986632 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 04:18:35.986735 mtc Port GSMTAP was started. 04:18:35.986795 mtc Port BSCVTY was started. 04:18:35.986820 mtc Component type Test.dummy_CT was initialized. 04:18:35.986854 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:35.986952 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:35.987077 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:35.987143 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:35.987243 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:35.987755 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:35.987886 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:35.987961 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:35.988041 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:35.988099 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:35.988227 mtc Sent on BSCVTY to system charstring : "enable" 04:18:35.988348 mtc Start timer T: 2 s 04:18:35.988555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:35.988730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:35.988791 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:35.988847 mtc Stop timer T: 2 s 04:18:35.988921 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:35.989035 mtc Start timer T: 2 s 04:18:35.989501 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:35.989884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:35.990137 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:35.990186 mtc Stop timer T: 2 s 04:18:35.990240 mtc Sent on BSCVTY to system charstring : "network" 04:18:35.990610 mtc Start timer T: 2 s 04:18:35.990782 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:35.990886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:35.991095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:35.991177 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:35.991300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:35.991335 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:35.991360 mtc Stop timer T: 2 s 04:18:35.991407 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:35.991477 mtc Start timer T: 2 s 04:18:35.991677 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:35.991809 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:35.992011 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:35.992074 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:35.992212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:35.992269 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:35.992304 mtc Stop timer T: 2 s 04:18:35.992364 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:35.992449 mtc Start timer T: 2 s 04:18:35.992782 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:18:35.992852 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:35.993098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:18:35.993157 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:35.993331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:35.993385 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:35.993432 mtc Stop timer T: 2 s 04:18:35.993498 mtc Sent on BSCVTY to system charstring : "end" 04:18:35.993598 mtc Start timer T: 2 s 04:18:35.993788 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:35.993859 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:35.994082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:35.994141 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:35.994243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:35.994292 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:35.994339 mtc Stop timer T: 2 s 04:18:35.994405 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:35.994501 mtc Start timer T: 2 s 04:18:35.994707 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:18:35.994922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:18:35.994979 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:35.995027 mtc Stop timer T: 2 s 04:18:35.995092 mtc Sent on BSCVTY to system charstring : "network" 04:18:35.995190 mtc Start timer T: 2 s 04:18:35.995372 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:18:35.995447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:18:35.995681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:18:35.995772 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:35.995946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:18:35.995998 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:35.996044 mtc Stop timer T: 2 s 04:18:35.996136 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:35.996232 mtc Start timer T: 2 s 04:18:35.996439 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:18:35.996550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:18:35.996796 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:18:35.996865 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:35.997038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:18:35.997091 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:35.997145 mtc Stop timer T: 2 s 04:18:35.997223 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:35.997334 mtc Start timer T: 2 s 04:18:35.997649 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:18:35.997719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:35.997970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:18:35.998037 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:35.998191 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:35.998251 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:35.998298 mtc Stop timer T: 2 s 04:18:35.998365 mtc Sent on BSCVTY to system charstring : "end" 04:18:35.998464 mtc Start timer T: 2 s 04:18:35.998620 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:18:35.998688 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:18:35.998970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:18:35.999016 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:35.999073 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:18:35.999103 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:35.999128 mtc Stop timer T: 2 s 04:18:35.999169 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:35.999240 mtc Start timer T: 2 s 04:18:35.999619 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:18:35.999915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:18:35.999980 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:36.000025 mtc Stop timer T: 2 s 04:18:36.000101 mtc Sent on BSCVTY to system charstring : "network" 04:18:36.000205 mtc Start timer T: 2 s 04:18:36.000390 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:18:36.000467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:18:36.000640 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:18:36.000682 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:36.000781 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:18:36.000813 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:36.000839 mtc Stop timer T: 2 s 04:18:36.000880 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:36.000953 mtc Start timer T: 2 s 04:18:36.001144 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:18:36.001296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:18:36.001522 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:18:36.001571 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:36.001742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:18:36.001796 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:36.001828 mtc Stop timer T: 2 s 04:18:36.001878 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:18:36.001973 mtc Start timer T: 2 s 04:18:36.002194 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 04:18:36.002274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:18:36.002530 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 04:18:36.002595 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:36.002811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:18:36.002869 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:36.002923 mtc Stop timer T: 2 s 04:18:36.003048 mtc Sent on BSCVTY to system charstring : "end" 04:18:36.003147 mtc Start timer T: 2 s 04:18:36.003335 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:18:36.003471 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:18:36.003798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:18:36.003864 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:36.004071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:18:36.004132 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:36.004180 mtc Stop timer T: 2 s 04:18:36.004250 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:36.004345 mtc Start timer T: 2 s 04:18:36.004550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:18:36.004808 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:18:36.004854 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:36.004882 mtc Stop timer T: 2 s 04:18:36.004945 mtc Sent on BSCVTY to system charstring : "network" 04:18:36.005047 mtc Start timer T: 2 s 04:18:36.005214 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:18:36.005301 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:18:36.005514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:18:36.005577 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:36.005767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:18:36.005817 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:36.005863 mtc Stop timer T: 2 s 04:18:36.005938 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:36.006053 mtc Start timer T: 2 s 04:18:36.006234 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:18:36.006321 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:18:36.006546 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:18:36.006611 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:36.006791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:18:36.006847 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:36.006896 mtc Stop timer T: 2 s 04:18:36.006977 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:36.007076 mtc Start timer T: 2 s 04:18:36.007362 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 04:18:36.007458 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:18:36.007841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 04:18:36.007909 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:36.008084 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:18:36.008142 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:36.008190 mtc Stop timer T: 2 s 04:18:36.008259 mtc Sent on BSCVTY to system charstring : "end" 04:18:36.008385 mtc Start timer T: 2 s 04:18:36.008571 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:18:36.008646 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:18:36.008871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:18:36.008930 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:36.009037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:18:36.009088 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:36.009134 mtc Stop timer T: 2 s 04:18:36.009199 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:36.009297 mtc Start timer T: 2 s 04:18:36.010878 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:18:36.011079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:18:36.018272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:18:36.018473 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:36.018552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:18:36.018585 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:36.018610 mtc Stop timer T: 2 s 04:18:36.018663 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:36.018737 mtc Start timer T: 2 s 04:18:36.019242 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:18:36.019392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:18:36.019454 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:36.019503 mtc Stop timer T: 2 s 04:18:36.019555 mtc Start timer T: 1 s 04:18:36.114378 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 04:18:36.114606 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35651, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1 04:18:36.349955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:36.350353 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35702, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:18:36.585315 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:18:36.585583 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35753, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:18:36.820679 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4 04:18:36.821042 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35804, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4 04:18:37.019594 mtc Timeout T: 1 s 04:18:37.019777 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:37.019831 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:37.019859 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:37.019890 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:37.019918 mtc Port GSMTAP was cleared. 04:18:37.019948 mtc Start timer T: 8 s 04:18:37.055787 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 04:18:37.056028 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 04:18:37.056185 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35855, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5 04:18:37.056299 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:37.056610 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:37.291170 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:18:37.291397 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:18:37.291558 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35906, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6 04:18:37.291640 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:37.291892 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:37.526777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:18:37.527169 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:18:37.527444 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35957, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:18:37.527587 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:37.527910 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:37.762169 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8 04:18:37.762608 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 04:18:37.762887 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36008, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8 04:18:37.763028 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:37.763360 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:37.997364 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 04:18:37.997704 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 04:18:37.997923 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36059, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9 04:18:37.998026 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:37.998338 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:38.232591 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 04:18:38.232878 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 04:18:38.233079 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36110, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10 04:18:38.233169 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:18:38.233367 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:38.467968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:18:38.468168 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:18:38.468292 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36161, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:18:38.468341 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:18:38.468465 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:38.703626 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12 04:18:38.708148 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 04:18:38.708400 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36212, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12 04:18:38.708517 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:18:38.708801 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:38.938807 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 04:18:38.939087 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 04:18:38.939288 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36263, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13 04:18:38.939382 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:18:38.939656 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:39.174161 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 14 04:18:39.174445 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14 04:18:39.174606 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36314, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14 04:18:39.174673 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:18:39.174893 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:39.409425 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 15 04:18:39.409730 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15 04:18:39.409928 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36365, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15 04:18:39.410025 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:18:39.410234 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:39.644885 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16 04:18:39.645224 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 04:18:39.645425 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36416, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16 04:18:39.645521 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:18:39.645816 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:39.880127 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 04:18:39.880433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 04:18:39.880630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36467, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17 04:18:39.880714 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:18:39.881003 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:40.115508 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18 04:18:40.115833 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18 04:18:40.116022 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36518, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18 04:18:40.116108 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:18:40.116308 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:40.351165 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:18:40.351538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:18:40.351850 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36569, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:18:40.351964 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:40.352217 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:40.586560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20 04:18:40.586975 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 04:18:40.587258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36620, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20 04:18:40.587367 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:40.587688 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:40.821620 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 04:18:40.821935 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 04:18:40.822137 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36671, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 04:18:40.822218 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:40.822494 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:41.057263 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB380000000000000000000000000009D04002B'O } id 22 04:18:41.057595 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22 04:18:41.057786 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36722, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22 04:18:41.057935 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:41.058227 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:41.292405 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FF9D0400'O } id 23 04:18:41.292700 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23 04:18:41.313275 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36773, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23 04:18:41.313390 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:41.313594 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:41.527817 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24 04:18:41.528136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 04:18:41.528345 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36824, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24 04:18:41.528454 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:41.528770 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:41.763142 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 04:18:41.763456 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:18:41.763647 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36875, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:18:41.763768 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:41.764088 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:41.998520 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26 04:18:41.998796 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 04:18:41.998953 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26 04:18:41.999046 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:41.999282 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:42.233857 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:18:42.234159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:18:42.234385 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36977, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:18:42.234473 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:42.234695 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:42.469318 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28 04:18:42.469511 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 04:18:42.469631 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37028, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28 04:18:42.469697 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:42.469925 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:42.704827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 04:18:42.705196 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:18:42.705434 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37079, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:18:42.705597 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:42.705943 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:42.939954 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000009D04002B'O } id 30 04:18:42.940203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30 04:18:42.940368 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37130, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30 04:18:42.940465 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:42.940711 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:43.175530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF9D0400'O } id 31 04:18:43.176024 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31 04:18:43.176328 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37181, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31 04:18:43.176447 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:43.176708 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:43.410688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32 04:18:43.410985 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 04:18:43.411184 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37232, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32 04:18:43.411285 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:43.411557 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:43.646289 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 04:18:43.646702 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 04:18:43.646971 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37283, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 04:18:43.647082 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:43.647470 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:43.881340 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34 04:18:43.881633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34 04:18:43.881858 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37334, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34 04:18:43.881939 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:43.882157 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:44.116985 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF9D0400'O } id 35 04:18:44.117393 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 04:18:44.117697 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37385, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 04:18:44.117839 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:18:44.118130 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:44.352383 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 36 04:18:44.352811 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36 04:18:44.353067 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37436, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 36 04:18:44.353196 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:18:44.353501 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:18:44.587673 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 04:18:44.588108 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 04:18:44.588367 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37487, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 04:18:44.588495 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:18:44.588816 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:44.822887 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000009D04002B'O } id 38 04:18:44.823206 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38 04:18:44.823410 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37538, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38 04:18:44.823496 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:18:44.823729 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:45.020039 mtc Timeout T: 8 s 04:18:45.020186 mtc "TC_si_sched_13": TC=0 has #of SI=5 04:18:45.020272 mtc "TC_si_sched_13": TC=1 has #of SI=4 04:18:45.020335 mtc "TC_si_sched_13": TC=2 has #of SI=4 04:18:45.020392 mtc "TC_si_sched_13": TC=3 has #of SI=4 04:18:45.020446 mtc "TC_si_sched_13": TC=4 has #of SI=4 04:18:45.020516 mtc "TC_si_sched_13": TC=5 has #of SI=4 04:18:45.020577 mtc "TC_si_sched_13": TC=6 has #of SI=4 04:18:45.020632 mtc "TC_si_sched_13": TC=7 has #of SI=5 04:18:45.020781 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:45.020944 mtc Start timer T: 2 s 04:18:45.021329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:18:45.021648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:18:45.021723 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:45.021784 mtc Stop timer T: 2 s 04:18:45.021870 mtc Sent on BSCVTY to system charstring : "network" 04:18:45.021997 mtc Start timer T: 2 s 04:18:45.022334 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:18:45.022480 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:18:45.022779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:18:45.022873 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:45.023047 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:18:45.023101 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:45.023137 mtc Stop timer T: 2 s 04:18:45.023192 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:45.023289 mtc Start timer T: 2 s 04:18:45.023510 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:18:45.023754 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:18:45.024006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:18:45.024071 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:45.024318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:18:45.024385 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:45.024440 mtc Stop timer T: 2 s 04:18:45.024524 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:45.024654 mtc Start timer T: 2 s 04:18:45.025010 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:18:45.025109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:18:45.025392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:18:45.025470 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:45.025659 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:18:45.025717 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:45.025757 mtc Stop timer T: 2 s 04:18:45.025808 mtc Sent on BSCVTY to system charstring : "end" 04:18:45.025914 mtc Start timer T: 2 s 04:18:45.026179 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:18:45.026258 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:18:45.026488 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:18:45.026550 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:45.026657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:18:45.026713 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:45.026762 mtc Stop timer T: 2 s 04:18:45.026831 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:45.026933 mtc Start timer T: 2 s 04:18:45.027220 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:18:45.027499 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:18:45.027566 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:45.027619 mtc Stop timer T: 2 s 04:18:45.027691 mtc Sent on BSCVTY to system charstring : "network" 04:18:45.027836 mtc Start timer T: 2 s 04:18:45.028003 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:18:45.028088 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:18:45.028308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:18:45.028381 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:45.028527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:18:45.028585 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:45.028636 mtc Stop timer T: 2 s 04:18:45.028709 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:45.028820 mtc Start timer T: 2 s 04:18:45.028916 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:18:45.028939 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:18:45.028990 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:18:45.029004 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:45.029043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:18:45.029054 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:45.029063 mtc Stop timer T: 2 s 04:18:45.029080 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:45.029105 mtc Start timer T: 2 s 04:18:45.029197 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:18:45.029226 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:18:45.029299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:18:45.029318 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:45.029356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:18:45.029368 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:45.029377 mtc Stop timer T: 2 s 04:18:45.029397 mtc Sent on BSCVTY to system charstring : "end" 04:18:45.029430 mtc Start timer T: 2 s 04:18:45.029510 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:18:45.029557 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:18:45.029667 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:18:45.029695 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:45.029747 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:18:45.029788 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:45.029804 mtc Stop timer T: 2 s 04:18:45.029830 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:45.029860 mtc Start timer T: 2 s 04:18:45.029935 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:18:45.030006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:18:45.030024 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:45.030038 mtc Stop timer T: 2 s 04:18:45.030061 mtc Sent on BSCVTY to system charstring : "network" 04:18:45.030096 mtc Start timer T: 2 s 04:18:45.030156 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:18:45.030180 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:18:45.030253 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:18:45.030271 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:45.030323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:18:45.030341 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:45.030357 mtc Stop timer T: 2 s 04:18:45.030379 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:45.030449 mtc Start timer T: 2 s 04:18:45.030485 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:18:45.030505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:18:45.030576 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:18:45.030595 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:45.030651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:18:45.030669 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:45.030685 mtc Stop timer T: 2 s 04:18:45.030708 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:45.030797 mtc Start timer T: 2 s 04:18:45.030835 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:18:45.030854 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:18:45.030927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:18:45.030945 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:45.031000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:18:45.031017 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:45.031032 mtc Stop timer T: 2 s 04:18:45.031052 mtc Sent on BSCVTY to system charstring : "end" 04:18:45.031082 mtc Start timer T: 2 s 04:18:45.031138 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:18:45.031158 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:18:45.031228 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:18:45.031247 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:45.031281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:18:45.031297 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:45.031311 mtc Stop timer T: 2 s 04:18:45.031333 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:45.031365 mtc Start timer T: 2 s 04:18:45.031426 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:18:45.031484 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:18:45.031503 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:45.031518 mtc Stop timer T: 2 s 04:18:45.031539 mtc Sent on BSCVTY to system charstring : "network" 04:18:45.031573 mtc Start timer T: 2 s 04:18:45.031622 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:18:45.031642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:18:45.031722 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:18:45.031740 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:45.031793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:18:45.031809 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:45.031824 mtc Stop timer T: 2 s 04:18:45.031858 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:45.031888 mtc Start timer T: 2 s 04:18:45.031946 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:18:45.031969 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:18:45.032035 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:18:45.032052 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:45.032103 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:18:45.032120 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:45.032135 mtc Stop timer T: 2 s 04:18:45.032159 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:45.032187 mtc Start timer T: 2 s 04:18:45.032274 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 04:18:45.032294 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:18:45.032372 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 04:18:45.032387 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:45.032422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:18:45.032433 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:45.032441 mtc Stop timer T: 2 s 04:18:45.032454 mtc Sent on BSCVTY to system charstring : "end" 04:18:45.032478 mtc Start timer T: 2 s 04:18:45.032531 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:18:45.032548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:18:45.032593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:18:45.032606 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:45.032625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:18:45.032637 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:45.032645 mtc Stop timer T: 2 s 04:18:45.032656 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:45.032678 mtc Start timer T: 2 s 04:18:45.033051 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:18:45.033102 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:18:45.034649 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:18:45.034693 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:45.034714 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:18:45.034723 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:45.034731 mtc Stop timer T: 2 s 04:18:45.034745 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:45.034768 mtc Start timer T: 2 s 04:18:45.034916 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:18:45.034963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:18:45.034981 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:45.034996 mtc Stop timer T: 2 s 04:18:45.035012 mtc Start timer T: 1 s 04:18:45.058050 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF9D0400'O } id 39 04:18:45.058160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37589, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 04:18:45.293615 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 04:18:45.293895 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37640, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 04:18:45.529025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 04:18:45.529388 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37691, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 04:18:45.764556 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42 04:18:45.764949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37742, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42 04:18:45.999747 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF9D0400'O } id 43 04:18:46.000104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37793, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 04:18:46.035030 mtc Timeout T: 1 s 04:18:46.035127 mtc setverdict(pass): none -> pass 04:18:46.035226 mtc Terminating component type Test.dummy_CT. 04:18:46.035284 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:46.035367 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:46.035444 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:18:46.035501 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:18:46.035537 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:18:46.035562 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:18:46.035598 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:18:46.035634 mtc Port GSMTAP was stopped. 04:18:46.035741 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:46.035887 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:46.035963 mtc Port BSCVTY was stopped. 04:18:46.036011 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 04:18:46.036061 mtc Waiting for PTCs to finish. 04:18:46.036136 mtc Setting final verdict of the test case. 04:18:46.036172 mtc Local verdict of MTC: pass 04:18:46.036200 mtc No PTCs were created. 04:18:46.036223 mtc Test case TC_si_sched_13 finished. Verdict: pass 04:18:46.036334 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 04:18:46.036417 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 04:18:46.036458 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:18:46.036534 mtc Port GSMTAP was started. 04:18:46.036584 mtc Port BSCVTY was started. 04:18:46.036613 mtc Component type Test.dummy_CT was initialized. 04:18:46.036647 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:46.036736 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:46.036821 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:46.036879 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:46.036976 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:46.037350 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:46.037455 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:46.037517 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:46.037566 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:46.037605 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:46.037730 mtc Sent on BSCVTY to system charstring : "enable" 04:18:46.037822 mtc Start timer T: 2 s 04:18:46.037983 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:46.038092 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:46.038133 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:46.038165 mtc Stop timer T: 2 s 04:18:46.038208 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:46.038277 mtc Start timer T: 2 s 04:18:46.038596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:46.038793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:46.038838 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:46.038869 mtc Stop timer T: 2 s 04:18:46.038921 mtc Sent on BSCVTY to system charstring : "network" 04:18:46.038992 mtc Start timer T: 2 s 04:18:46.039186 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:46.039248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:46.039404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:46.039446 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:46.039563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:46.039600 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:46.039630 mtc Stop timer T: 2 s 04:18:46.039675 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:46.039798 mtc Start timer T: 2 s 04:18:46.039996 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:46.040067 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:46.040311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:46.040371 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:46.040537 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:46.040592 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:46.040638 mtc Stop timer T: 2 s 04:18:46.040722 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:18:46.040927 mtc Start timer T: 2 s 04:18:46.040976 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:18:46.040997 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:46.041069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:18:46.041084 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:46.041118 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:46.041128 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:46.041136 mtc Stop timer T: 2 s 04:18:46.041156 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:18:46.041181 mtc Start timer T: 2 s 04:18:46.041314 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:46.041339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:18:46.041445 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:18:46.041465 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:46.041521 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:18:46.041540 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:46.041555 mtc Stop timer T: 2 s 04:18:46.041577 mtc Sent on BSCVTY to system charstring : "end" 04:18:46.041611 mtc Start timer T: 2 s 04:18:46.041670 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:18:46.041689 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:18:46.041738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:18:46.041753 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:46.041785 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:18:46.041804 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:18:46.041833 mtc Stop timer T: 2 s 04:18:46.041858 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:46.041963 mtc Start timer T: 2 s 04:18:46.042003 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:18:46.042076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:18:46.042095 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:18:46.042110 mtc Stop timer T: 2 s 04:18:46.042132 mtc Sent on BSCVTY to system charstring : "network" 04:18:46.042162 mtc Start timer T: 2 s 04:18:46.042229 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:18:46.042252 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:18:46.042328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:18:46.042346 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:18:46.042401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:18:46.042418 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:18:46.042434 mtc Stop timer T: 2 s 04:18:46.042458 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:46.042487 mtc Start timer T: 2 s 04:18:46.042556 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:18:46.042584 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:18:46.042636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:18:46.042651 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:18:46.042701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:18:46.042720 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:18:46.042735 mtc Stop timer T: 2 s 04:18:46.042761 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:18:46.042791 mtc Start timer T: 2 s 04:18:46.042886 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:18:46.042908 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:18:46.042970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:18:46.042985 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:18:46.043023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:18:46.043036 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:18:46.043049 mtc Stop timer T: 2 s 04:18:46.043079 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:18:46.043180 mtc Start timer T: 2 s 04:18:46.043233 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:18:46.043254 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:18:46.043362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:18:46.043381 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:18:46.043437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:18:46.043455 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:18:46.043470 mtc Stop timer T: 2 s 04:18:46.043493 mtc Sent on BSCVTY to system charstring : "end" 04:18:46.043525 mtc Start timer T: 2 s 04:18:46.043601 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:18:46.043629 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:18:46.043723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:18:46.043740 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:18:46.043773 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:18:46.043789 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:18:46.043799 mtc Stop timer T: 2 s 04:18:46.043828 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:46.043855 mtc Start timer T: 2 s 04:18:46.043957 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:18:46.044036 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:18:46.044052 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:18:46.044065 mtc Stop timer T: 2 s 04:18:46.044084 mtc Sent on BSCVTY to system charstring : "network" 04:18:46.044111 mtc Start timer T: 2 s 04:18:46.044187 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:18:46.044224 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:18:46.044308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:18:46.044328 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:18:46.044386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:18:46.044405 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:18:46.044421 mtc Stop timer T: 2 s 04:18:46.044446 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:46.044486 mtc Start timer T: 2 s 04:18:46.044572 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:18:46.044598 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:18:46.044658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:18:46.044677 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:18:46.044719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:18:46.044732 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:18:46.044741 mtc Stop timer T: 2 s 04:18:46.044756 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:18:46.044780 mtc Start timer T: 2 s 04:18:46.044878 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 04:18:46.044909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:18:46.044976 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 04:18:46.044996 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:18:46.045059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:18:46.045080 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:18:46.045098 mtc Stop timer T: 2 s 04:18:46.045123 mtc Sent on BSCVTY to system charstring : "end" 04:18:46.045159 mtc Start timer T: 2 s 04:18:46.045219 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:18:46.045251 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:18:46.045319 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:18:46.045334 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:18:46.045353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:18:46.045363 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:18:46.045371 mtc Stop timer T: 2 s 04:18:46.045385 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:46.045410 mtc Start timer T: 2 s 04:18:46.045510 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:18:46.045591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:18:46.045611 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:18:46.045630 mtc Stop timer T: 2 s 04:18:46.045654 mtc Sent on BSCVTY to system charstring : "network" 04:18:46.045684 mtc Start timer T: 2 s 04:18:46.045744 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:18:46.045765 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:18:46.045840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:18:46.045861 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:18:46.045918 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:18:46.045937 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:18:46.045954 mtc Stop timer T: 2 s 04:18:46.045977 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:46.046008 mtc Start timer T: 2 s 04:18:46.046071 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:18:46.046093 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:18:46.046166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:18:46.046184 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:18:46.046240 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:18:46.046258 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:18:46.046274 mtc Stop timer T: 2 s 04:18:46.046303 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:18:46.046332 mtc Start timer T: 2 s 04:18:46.046427 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:18:46.046453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:18:46.046514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:18:46.046529 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:18:46.046565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:18:46.046577 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:18:46.046587 mtc Stop timer T: 2 s 04:18:46.046604 mtc Sent on BSCVTY to system charstring : "end" 04:18:46.046637 mtc Start timer T: 2 s 04:18:46.046689 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:18:46.046709 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:18:46.046762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:18:46.046781 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:18:46.046816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:18:46.046833 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:18:46.046848 mtc Stop timer T: 2 s 04:18:46.046869 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:46.046900 mtc Start timer T: 2 s 04:18:46.047424 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:18:46.047491 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:18:46.049690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:18:46.049748 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:18:46.049770 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:18:46.049780 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:18:46.049788 mtc Stop timer T: 2 s 04:18:46.049805 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:46.049832 mtc Start timer T: 2 s 04:18:46.049981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:18:46.050028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:18:46.050047 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:18:46.050062 mtc Stop timer T: 2 s 04:18:46.050079 mtc Start timer T: 1 s 04:18:46.235072 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 1 04:18:46.235341 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37844, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 1 04:18:46.470552 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:18:46.470775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37895, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:18:46.706025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000009D04002B'O } id 3 04:18:46.706433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37946, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3 04:18:46.941363 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:18:46.941712 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 37997, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:18:47.050104 mtc Timeout T: 1 s 04:18:47.050290 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:47.050346 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:47.050404 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:47.050445 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:47.050485 mtc Port GSMTAP was cleared. 04:18:47.050541 mtc Start timer T: 8 s 04:18:47.176739 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 5 04:18:47.177074 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 04:18:47.177330 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38048, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 04:18:47.177469 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:47.177781 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:47.411905 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 04:18:47.412167 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:18:47.412369 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38099, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:18:47.412498 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:47.412772 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:47.647286 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000950601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 7 04:18:47.647598 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 7 04:18:47.647856 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 7 04:18:47.647955 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:47.648108 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:18:47.882853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000953901000000550602BFE809B3FF00000000000000000000007900002B'O } id 8 04:18:47.883256 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8 04:18:47.883545 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38201, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8 04:18:47.883651 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:47.883991 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:48.118076 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 9 04:18:48.118279 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 04:18:48.118418 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38252, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 04:18:48.118475 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:18:48.118685 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:48.353572 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 04:18:48.353985 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:18:48.354271 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38303, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:18:48.354434 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:18:48.354777 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:48.588944 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000009D04002B'O } id 11 04:18:48.589345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11 04:18:48.589605 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38354, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11 04:18:48.589732 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:18:48.589997 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:48.824308 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF9D0400'O } id 12 04:18:48.824703 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 04:18:48.824995 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38405, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 04:18:48.825142 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:18:48.825365 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:49.059662 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 13 04:18:49.060042 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 04:18:49.060296 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38456, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 04:18:49.060405 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:18:49.060757 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:49.295033 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 04:18:49.295458 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:18:49.295788 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38507, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:18:49.295900 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:18:49.296262 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:49.530411 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 15 04:18:49.530830 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 15 04:18:49.531093 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 15 04:18:49.531211 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:18:49.531455 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:18:49.765750 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 16 04:18:49.766148 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16 04:18:49.766385 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38609, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16 04:18:49.766533 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:18:49.766801 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:50.001134 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 17 04:18:50.001556 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 04:18:50.001840 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38660, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 04:18:50.001954 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:18:50.002302 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:50.236482 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 04:18:50.236847 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:18:50.237094 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38711, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:18:50.237204 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:18:50.237563 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:50.471768 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000009D04002B'O } id 19 04:18:50.472023 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19 04:18:50.472193 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38762, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19 04:18:50.472278 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:18:50.472490 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:50.707183 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF9D0400'O } id 20 04:18:50.707593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20 04:18:50.707980 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38813, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20 04:18:50.708077 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:18:50.708355 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:50.942410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 21 04:18:50.942648 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 04:18:50.942812 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38864, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 04:18:50.942894 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:18:50.943150 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:51.177995 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 04:18:51.178401 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 04:18:51.178654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38915, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 04:18:51.178779 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:18:51.179085 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:51.413318 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000983601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 04:18:51.413768 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:18:51.439922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:18:51.440047 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:18:51.440301 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:18:51.648531 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000986901000000550602BFE809B3FF00000000000000000000007900002B'O } id 24 04:18:51.648880 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24 04:18:51.649069 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39017, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24 04:18:51.649146 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:18:51.649348 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:51.883899 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 25 04:18:51.884187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 04:18:51.884344 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39068, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 04:18:51.884420 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:18:51.884627 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:52.119458 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 04:18:52.119891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 04:18:52.120153 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39119, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 04:18:52.120262 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:18:52.120585 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:52.354792 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000009D04002B'O } id 27 04:18:52.355202 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27 04:18:52.355462 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39170, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27 04:18:52.355578 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:18:52.355883 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:52.590163 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF9D0400'O } id 28 04:18:52.590571 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28 04:18:52.590845 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39221, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28 04:18:52.590967 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:18:52.591239 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:52.825521 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 29 04:18:52.825936 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 04:18:52.826213 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39272, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 04:18:52.826332 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:18:52.826661 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:53.060694 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 04:18:53.060983 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 04:18:53.061188 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39323, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 04:18:53.061289 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:18:53.061597 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:53.296254 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 31 04:18:53.296628 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 31 04:18:53.296845 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 31 04:18:53.296981 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:18:53.297258 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:18:53.531433 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A0101000000550602BFE809B3FF00000000000000000000007900002B'O } id 32 04:18:53.531823 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32 04:18:53.532064 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39425, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32 04:18:53.532150 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:18:53.532374 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:53.766971 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 33 04:18:53.767323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 04:18:53.767578 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39476, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 04:18:53.767752 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:18:53.768115 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:54.002332 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 04:18:54.002751 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 04:18:54.003021 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39527, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 04:18:54.003141 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:18:54.003504 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:54.237793 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A9A010000005506198FB380000000000000000000000000009D04002B'O } id 35 04:18:54.238145 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35 04:18:54.238401 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39578, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35 04:18:54.238567 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:18:54.238855 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:18:54.472894 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009ACD0100000059061A00000000000000000000000000000000FF9D0400'O } id 36 04:18:54.473211 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36 04:18:54.473388 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39629, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36 04:18:54.473481 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:18:54.473748 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:18:54.708165 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B000100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 37 04:18:54.708461 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 04:18:54.708652 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39680, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 04:18:54.708749 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:18:54.709006 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:18:54.943857 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 38 04:18:54.944280 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 04:18:54.944572 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39731, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 04:18:54.944689 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:18:54.945033 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:18:55.050635 mtc Timeout T: 8 s 04:18:55.050739 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 04:18:55.050824 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 04:18:55.050890 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=5 04:18:55.050949 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=5 04:18:55.051011 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 04:18:55.051066 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 04:18:55.051106 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 04:18:55.051149 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 04:18:55.051294 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:55.051416 mtc Start timer T: 2 s 04:18:55.051761 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:18:55.052059 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:18:55.052130 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:18:55.052206 mtc Stop timer T: 2 s 04:18:55.052288 mtc Sent on BSCVTY to system charstring : "network" 04:18:55.052405 mtc Start timer T: 2 s 04:18:55.052662 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:18:55.052785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:18:55.053082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:18:55.053133 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:18:55.053392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:18:55.053461 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:18:55.053510 mtc Stop timer T: 2 s 04:18:55.053640 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:55.053753 mtc Start timer T: 2 s 04:18:55.054083 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:18:55.054168 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:18:55.054399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:18:55.054464 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:18:55.054642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:18:55.054701 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:18:55.054753 mtc Stop timer T: 2 s 04:18:55.054832 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:18:55.054943 mtc Start timer T: 2 s 04:18:55.055283 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:18:55.055352 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:18:55.055562 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:18:55.055613 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:18:55.055835 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:18:55.055852 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:18:55.055865 mtc Stop timer T: 2 s 04:18:55.055882 mtc Sent on BSCVTY to system charstring : "end" 04:18:55.055907 mtc Start timer T: 2 s 04:18:55.055968 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:18:55.055985 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:18:55.056026 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:18:55.056037 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:18:55.056064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:18:55.056081 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:18:55.056094 mtc Stop timer T: 2 s 04:18:55.056112 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:55.056136 mtc Start timer T: 2 s 04:18:55.056199 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:18:55.056248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:18:55.056264 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:18:55.056275 mtc Stop timer T: 2 s 04:18:55.056289 mtc Sent on BSCVTY to system charstring : "network" 04:18:55.056315 mtc Start timer T: 2 s 04:18:55.056376 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:18:55.056402 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:18:55.056453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:18:55.056467 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:18:55.056497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:18:55.056511 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:18:55.056520 mtc Stop timer T: 2 s 04:18:55.056538 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:55.056562 mtc Start timer T: 2 s 04:18:55.056617 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:18:55.056633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:18:55.056672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:18:55.056682 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:18:55.056711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:18:55.056720 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:18:55.056727 mtc Stop timer T: 2 s 04:18:55.056740 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:18:55.056759 mtc Start timer T: 2 s 04:18:55.056841 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:18:55.056857 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:18:55.056899 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:18:55.056910 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:18:55.056938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:18:55.056948 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:18:55.056956 mtc Stop timer T: 2 s 04:18:55.056967 mtc Sent on BSCVTY to system charstring : "end" 04:18:55.056985 mtc Start timer T: 2 s 04:18:55.057030 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:18:55.057044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:18:55.057081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:18:55.057091 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:18:55.057107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:18:55.057115 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:18:55.057123 mtc Stop timer T: 2 s 04:18:55.057134 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:55.057152 mtc Start timer T: 2 s 04:18:55.057218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:18:55.057262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:18:55.057273 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:18:55.057279 mtc Stop timer T: 2 s 04:18:55.057290 mtc Sent on BSCVTY to system charstring : "network" 04:18:55.057308 mtc Start timer T: 2 s 04:18:55.057355 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:18:55.057369 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:18:55.057405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:18:55.057415 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:18:55.057442 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:18:55.057451 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:18:55.057459 mtc Stop timer T: 2 s 04:18:55.057470 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:55.057488 mtc Start timer T: 2 s 04:18:55.057535 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:18:55.057550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:18:55.057585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:18:55.057596 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:18:55.057623 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:18:55.057632 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:18:55.057639 mtc Stop timer T: 2 s 04:18:55.057650 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:18:55.057672 mtc Start timer T: 2 s 04:18:55.057731 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:18:55.057746 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:18:55.057783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:18:55.057793 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:18:55.057820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:18:55.057830 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:18:55.057836 mtc Stop timer T: 2 s 04:18:55.057847 mtc Sent on BSCVTY to system charstring : "end" 04:18:55.057865 mtc Start timer T: 2 s 04:18:55.057908 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:18:55.057921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:18:55.057957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:18:55.057967 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:18:55.057982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:18:55.057990 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:18:55.057997 mtc Stop timer T: 2 s 04:18:55.058008 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:55.058024 mtc Start timer T: 2 s 04:18:55.058086 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:18:55.058129 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:18:55.058139 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:18:55.058147 mtc Stop timer T: 2 s 04:18:55.058158 mtc Sent on BSCVTY to system charstring : "network" 04:18:55.058176 mtc Start timer T: 2 s 04:18:55.058217 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:18:55.058232 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:18:55.058267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:18:55.058277 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:18:55.058303 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:18:55.058311 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:18:55.058319 mtc Stop timer T: 2 s 04:18:55.058329 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:55.058347 mtc Start timer T: 2 s 04:18:55.058387 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:18:55.058401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:18:55.058437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:18:55.058446 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:18:55.058473 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:18:55.058482 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:18:55.058489 mtc Stop timer T: 2 s 04:18:55.058502 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:18:55.058520 mtc Start timer T: 2 s 04:18:55.058580 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:18:55.058595 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:18:55.058638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:18:55.058649 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:18:55.058676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:18:55.058685 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:18:55.058692 mtc Stop timer T: 2 s 04:18:55.058703 mtc Sent on BSCVTY to system charstring : "end" 04:18:55.058721 mtc Start timer T: 2 s 04:18:55.058761 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:18:55.058779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:18:55.058815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:18:55.058825 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:18:55.058840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:18:55.058848 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:18:55.058854 mtc Stop timer T: 2 s 04:18:55.058864 mtc Sent on BSCVTY to system charstring : "write terminal" 04:18:55.058882 mtc Start timer T: 2 s 04:18:55.059205 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:18:55.059247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:18:55.060642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:18:55.060691 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:18:55.060711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:18:55.060719 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:18:55.060726 mtc Stop timer T: 2 s 04:18:55.060742 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:55.060973 mtc Start timer T: 2 s 04:18:55.061001 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:18:55.061032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:18:55.061046 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:18:55.061058 mtc Stop timer T: 2 s 04:18:55.061071 mtc Start timer T: 1 s 04:18:55.178889 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B66010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 39 04:18:55.179190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39782, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 39 04:18:55.414431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009B990100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:18:55.414746 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39833, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40 04:18:55.649682 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BCC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:18:55.649991 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39884, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:18:55.885266 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009BFF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:18:55.885683 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39935, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 04:18:56.061091 mtc Timeout T: 1 s 04:18:56.061228 mtc setverdict(pass): none -> pass 04:18:56.061315 mtc Terminating component type Test.dummy_CT. 04:18:56.061368 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:56.061447 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:56.061495 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:18:56.061531 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:18:56.061573 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:18:56.061624 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:18:56.061666 mtc Port GSMTAP was stopped. 04:18:56.061701 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:56.061842 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:56.061900 mtc Port BSCVTY was stopped. 04:18:56.061931 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:18:56.061981 mtc Waiting for PTCs to finish. 04:18:56.062170 mtc Setting final verdict of the test case. 04:18:56.062257 mtc Local verdict of MTC: pass 04:18:56.062306 mtc No PTCs were created. 04:18:56.062350 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass 04:18:56.062495 mtc Executing test case TC_neci in module Test. 04:18:56.062584 mtc Test case TC_neci started. 04:18:56.062642 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 04:18:56.062758 mtc Port GSMTAP was started. 04:18:56.062839 mtc Port BSCVTY was started. 04:18:56.062894 mtc Component type Test.dummy_CT was initialized. 04:18:56.062948 mtc Random number generator was initialized with seed 61.062945: srand48(671076916). 04:18:56.063009 mtc Function rnd() returned 0.915811. 04:18:56.063135 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:56.063341 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:56.063505 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:56.063604 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:56.063755 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:56.064187 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:56.064321 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:56.064396 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:56.064469 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:56.064539 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:56.064699 mtc Sent on BSCVTY to system charstring : "enable" 04:18:56.064813 mtc Start timer T: 2 s 04:18:56.065002 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:56.065144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:56.065204 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:56.065255 mtc Stop timer T: 2 s 04:18:56.065326 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:56.065572 mtc Start timer T: 2 s 04:18:56.065791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:56.066015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:56.066078 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:56.066130 mtc Stop timer T: 2 s 04:18:56.066205 mtc Sent on BSCVTY to system charstring : "network" 04:18:56.066294 mtc Start timer T: 2 s 04:18:56.066580 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:56.066659 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:56.066827 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:56.066843 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:56.066887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:56.066900 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:56.066911 mtc Stop timer T: 2 s 04:18:56.066929 mtc Sent on BSCVTY to system charstring : "neci 0" 04:18:56.066953 mtc Start timer T: 2 s 04:18:56.067024 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5 04:18:56.067046 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:18:56.067102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 04:18:56.067117 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:56.067161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:18:56.067174 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:56.067186 mtc Stop timer T: 2 s 04:18:56.067203 mtc Sent on BSCVTY to system charstring : "end" 04:18:56.067228 mtc Start timer T: 2 s 04:18:56.067269 mtc Message enqueued on BSCVTY from system charstring : " end" id 7 04:18:56.067286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 04:18:56.067337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 04:18:56.067348 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:56.067364 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 04:18:56.067376 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:56.067383 mtc Stop timer T: 2 s 04:18:56.067396 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:56.067415 mtc Start timer T: 2 s 04:18:56.067560 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 04:18:56.067606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 04:18:56.067623 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:56.067636 mtc Stop timer T: 2 s 04:18:56.067650 mtc Start timer T: 1 s 04:18:56.120383 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C32010000005506198FB380000000000000000000000000009D04002B'O } id 1 04:18:56.120665 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39986, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 04:18:56.356019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C650100000059061A00000000000000000000000000000000FF9D0400'O } id 2 04:18:56.356380 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40037, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 04:18:56.591342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009C980100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 04:18:56.591765 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40088, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3 04:18:56.826684 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CCB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:18:56.827082 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40139, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 04:18:57.061803 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009CFE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:57.062110 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40190, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:57.067666 mtc Timeout T: 1 s 04:18:57.067808 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:57.067874 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:57.067927 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:57.067976 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:57.068025 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:57.068072 mtc Port GSMTAP was cleared. 04:18:57.068123 mtc Start timer T: 10 s 04:18:57.297429 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D310100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:18:57.297829 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 04:18:57.298147 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40241, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 04:18:57.298281 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:57.532759 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 04:18:57.533128 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:18:57.533365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40292, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:18:57.533483 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:57.533903 mtc setverdict(pass): none -> pass 04:18:57.534040 mtc Terminating component type Test.dummy_CT. 04:18:57.534093 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:57.534169 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:57.534212 mtc Port GSMTAP was stopped. 04:18:57.534244 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:57.534358 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:57.534430 mtc Port BSCVTY was stopped. 04:18:57.534463 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 04:18:57.534499 mtc Waiting for PTCs to finish. 04:18:57.534836 mtc Setting final verdict of the test case. 04:18:57.534912 mtc Local verdict of MTC: pass 04:18:57.534990 mtc No PTCs were created. 04:18:57.535042 mtc Test case TC_neci finished. Verdict: pass 04:18:57.535194 mtc Executing test case TC_cell_resel_hyst in module Test. 04:18:57.535275 mtc Test case TC_cell_resel_hyst started. 04:18:57.535328 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 04:18:57.535447 mtc Port GSMTAP was started. 04:18:57.535514 mtc Port BSCVTY was started. 04:18:57.535560 mtc Component type Test.dummy_CT was initialized. 04:18:57.535612 mtc Function rnd() returned 0.537549. 04:18:57.535768 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:57.535900 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:57.536018 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:57.536092 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:57.536232 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:57.536695 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:57.536843 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:57.536932 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:57.536989 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:57.537033 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:57.537104 mtc Sent on BSCVTY to system charstring : "enable" 04:18:57.537152 mtc Start timer T: 2 s 04:18:57.537260 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:57.537358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:57.537389 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:57.537412 mtc Stop timer T: 2 s 04:18:57.537439 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:57.537511 mtc Start timer T: 2 s 04:18:57.537713 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:57.537874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:57.537907 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:57.537929 mtc Stop timer T: 2 s 04:18:57.537966 mtc Sent on BSCVTY to system charstring : "network" 04:18:57.538017 mtc Start timer T: 2 s 04:18:57.538152 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:57.538221 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:57.538363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:57.538398 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:57.538535 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:57.538561 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:57.538579 mtc Stop timer T: 2 s 04:18:57.538612 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:57.538652 mtc Start timer T: 2 s 04:18:57.538787 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:57.538843 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:57.538996 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:57.539031 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:57.539100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:57.539121 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:57.539135 mtc Stop timer T: 2 s 04:18:57.539174 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" 04:18:57.539222 mtc Start timer T: 2 s 04:18:57.539414 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 6" id 7 04:18:57.539455 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:57.539602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 6" id 7 04:18:57.539638 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:57.539760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:57.539806 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:57.539830 mtc Stop timer T: 2 s 04:18:57.539864 mtc Sent on BSCVTY to system charstring : "end" 04:18:57.539916 mtc Start timer T: 2 s 04:18:57.540026 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:57.540060 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:57.540176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:57.540205 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:57.540255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:57.540280 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:57.540304 mtc Stop timer T: 2 s 04:18:57.540342 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:57.540390 mtc Start timer T: 2 s 04:18:57.540882 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:57.540963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:57.540993 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:57.541016 mtc Stop timer T: 2 s 04:18:57.541041 mtc Start timer T: 1 s 04:18:57.768160 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009D970100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:57.768513 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40343, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:58.003548 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DCA010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:18:58.003957 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40394, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:18:58.238612 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009DFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:18:58.238916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40445, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:18:58.474120 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E300100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 4 04:18:58.474484 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40496, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 4 04:18:58.541062 mtc Timeout T: 1 s 04:18:58.541181 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:58.541249 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:58.541301 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:58.541368 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:58.541416 mtc Port GSMTAP was cleared. 04:18:58.541468 mtc Start timer T: 10 s 04:18:58.709667 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E630100000031061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:58.710076 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:58.710370 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40547, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:58.710463 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:58.945010 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009E96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:58.945362 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:58.945656 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40598, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:58.945772 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:59.180361 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EC90100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:18:59.180776 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:18:59.181115 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40649, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:18:59.181249 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:59.419817 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009EFC0100000049061B51E062F224334F110101107D2D9D0400392B2B2B'O } id 8 04:18:59.420161 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 04:18:59.420365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40700, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D2D9D0400392B2B2B'O } } id 8 04:18:59.420472 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:59.420815 mtc setverdict(pass): none -> pass 04:18:59.420856 mtc Terminating component type Test.dummy_CT. 04:18:59.420885 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:59.420935 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:59.420959 mtc Port GSMTAP was stopped. 04:18:59.420979 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:59.421045 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:59.421079 mtc Port BSCVTY was stopped. 04:18:59.421099 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 04:18:59.421124 mtc Waiting for PTCs to finish. 04:18:59.421192 mtc Setting final verdict of the test case. 04:18:59.421222 mtc Local verdict of MTC: pass 04:18:59.421244 mtc No PTCs were created. 04:18:59.421263 mtc Test case TC_cell_resel_hyst finished. Verdict: pass 04:18:59.421314 mtc Executing test case TC_rxlev_acc_min in module Test. 04:18:59.421345 mtc Test case TC_rxlev_acc_min started. 04:18:59.421364 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 04:18:59.421412 mtc Port GSMTAP was started. 04:18:59.421438 mtc Port BSCVTY was started. 04:18:59.421456 mtc Component type Test.dummy_CT was initialized. 04:18:59.421477 mtc Function rnd() returned 0.841846. 04:18:59.421531 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:59.421578 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:59.421616 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:59.421645 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:59.421700 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:59.421899 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:59.421953 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:59.421988 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:59.422027 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:59.422054 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:59.422125 mtc Sent on BSCVTY to system charstring : "enable" 04:18:59.422177 mtc Start timer T: 2 s 04:18:59.422266 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:59.422331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:59.422357 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:59.422379 mtc Stop timer T: 2 s 04:18:59.422407 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:59.422449 mtc Start timer T: 2 s 04:18:59.422600 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:59.422693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:59.422720 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:59.422743 mtc Stop timer T: 2 s 04:18:59.422776 mtc Sent on BSCVTY to system charstring : "network" 04:18:59.422817 mtc Start timer T: 2 s 04:18:59.422914 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:59.422946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:59.423051 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:59.423076 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:59.423153 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:59.423177 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:59.423199 mtc Stop timer T: 2 s 04:18:59.423233 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:59.423274 mtc Start timer T: 2 s 04:18:59.423365 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:59.423397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:59.423500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:59.423527 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:59.423606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:59.423630 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:59.423650 mtc Stop timer T: 2 s 04:18:59.423686 mtc Sent on BSCVTY to system charstring : "rxlev access min 53" 04:18:59.423787 mtc Start timer T: 2 s 04:18:59.423920 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 53" id 7 04:18:59.423950 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:59.424021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 53" id 7 04:18:59.424038 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:59.424082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:59.424095 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:59.424106 mtc Stop timer T: 2 s 04:18:59.424123 mtc Sent on BSCVTY to system charstring : "end" 04:18:59.424155 mtc Start timer T: 2 s 04:18:59.424239 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:59.424266 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:59.424361 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:59.424385 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:59.424429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:59.424450 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:59.424471 mtc Stop timer T: 2 s 04:18:59.424503 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:59.424551 mtc Start timer T: 2 s 04:18:59.424782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:59.424892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:59.424972 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:59.425003 mtc Stop timer T: 2 s 04:18:59.425024 mtc Start timer T: 1 s 04:18:59.650974 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F2F0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:59.651287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40751, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:59.886368 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F62010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:18:59.886741 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40802, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:19:00.121783 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009F950100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:19:00.122136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40853, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:19:00.356971 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FC80100000049061B51E062F224334F110101107D359D0400392B2B2B'O } id 4 04:19:00.357228 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40904, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 4 04:19:00.425051 mtc Timeout T: 1 s 04:19:00.444250 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:00.444341 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:00.444394 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:00.444449 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:00.444479 mtc Port GSMTAP was cleared. 04:19:00.444512 mtc Start timer T: 10 s 04:19:00.592405 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009FFB0100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:00.592702 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:00.592876 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 40955, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:00.592976 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:00.827635 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A02E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:00.827845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:00.827944 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41006, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:00.827987 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:01.063339 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0610100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:19:01.063787 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:01.064134 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41057, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:01.064247 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:01.298415 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0940100000049061B51E062F224334F110101107D359D0400392B2B2B'O } id 8 04:19:01.298662 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 8 04:19:01.298853 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41108, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101107D359D0400392B2B2B'O } } id 8 04:19:01.298958 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:01.299237 mtc setverdict(pass): none -> pass 04:19:01.299318 mtc Terminating component type Test.dummy_CT. 04:19:01.299377 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:01.299464 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:01.299527 mtc Port GSMTAP was stopped. 04:19:01.299647 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:01.299927 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:01.300034 mtc Port BSCVTY was stopped. 04:19:01.300092 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 04:19:01.300149 mtc Waiting for PTCs to finish. 04:19:01.300329 mtc Setting final verdict of the test case. 04:19:01.300384 mtc Local verdict of MTC: pass 04:19:01.300441 mtc No PTCs were created. 04:19:01.300489 mtc Test case TC_rxlev_acc_min finished. Verdict: pass 04:19:01.300674 mtc Executing test case TC_cellid in module Test. 04:19:01.300756 mtc Test case TC_cellid started. 04:19:01.300807 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 04:19:01.300913 mtc Port GSMTAP was started. 04:19:01.300971 mtc Port BSCVTY was started. 04:19:01.301012 mtc Component type Test.dummy_CT was initialized. 04:19:01.301061 mtc Function rnd() returned 0.760819. 04:19:01.301170 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:01.301297 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:01.301419 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:01.301497 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:01.301614 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:01.302171 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:01.302324 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:01.302419 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:01.302507 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:01.302565 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:01.302707 mtc Sent on BSCVTY to system charstring : "enable" 04:19:01.302815 mtc Start timer T: 2 s 04:19:01.303050 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:01.303225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:01.303303 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:01.303349 mtc Stop timer T: 2 s 04:19:01.303399 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:01.303483 mtc Start timer T: 2 s 04:19:01.303813 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:01.303878 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:01.303893 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:01.303905 mtc Stop timer T: 2 s 04:19:01.303924 mtc Sent on BSCVTY to system charstring : "network" 04:19:01.303948 mtc Start timer T: 2 s 04:19:01.304002 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:01.304020 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:01.304082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:01.304097 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:01.304140 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:01.304153 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:01.304165 mtc Stop timer T: 2 s 04:19:01.304183 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:01.304207 mtc Start timer T: 2 s 04:19:01.304259 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:01.304275 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:01.304332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:01.304345 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:01.304388 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:01.304401 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:01.304412 mtc Stop timer T: 2 s 04:19:01.304431 mtc Sent on BSCVTY to system charstring : "cell_identity 49860" 04:19:01.304453 mtc Start timer T: 2 s 04:19:01.304542 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 49860" id 7 04:19:01.304558 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:01.304618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 49860" id 7 04:19:01.304631 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:01.304673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:01.304685 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:01.304697 mtc Stop timer T: 2 s 04:19:01.304713 mtc Sent on BSCVTY to system charstring : "end" 04:19:01.304737 mtc Start timer T: 2 s 04:19:01.304795 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:01.304809 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:01.304865 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:01.304879 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:01.304904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:01.304917 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:01.304928 mtc Stop timer T: 2 s 04:19:01.304946 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:01.304973 mtc Start timer T: 2 s 04:19:01.305168 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:01.305196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:01.305206 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:01.305212 mtc Stop timer T: 2 s 04:19:01.305219 mtc Start timer T: 1 s 04:19:01.533914 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0C70100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:01.534250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41159, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:01.769231 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A0FA010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:19:01.769502 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41210, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:19:02.004613 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A12D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:19:02.004924 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41261, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:19:02.239888 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1600100000049061BC2C462F224334F110101107D359D0400392B2B2B'O } id 4 04:19:02.240120 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41312, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 4 04:19:02.305294 mtc Timeout T: 1 s 04:19:02.305446 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:02.305492 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:02.305550 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:02.305591 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:02.305637 mtc Port GSMTAP was cleared. 04:19:02.305686 mtc Start timer T: 10 s 04:19:02.475384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1930100000031061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:02.475643 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:02.475856 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41363, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F7D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:02.475974 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:02.710650 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:02.710984 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:02.711194 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41414, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:02.711281 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:02.946187 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A1F90100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:19:02.946590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:02.946922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41465, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:02.947052 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:03.181590 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A22C0100000049061BC2C462F224334F110101107D359D0400392B2B2B'O } id 8 04:19:03.182003 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 8 04:19:03.182293 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41516, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F224334F110101107D359D0400392B2B2B'O } } id 8 04:19:03.182428 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:03.182755 mtc setverdict(pass): none -> pass 04:19:03.182836 mtc Terminating component type Test.dummy_CT. 04:19:03.182903 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:03.183009 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:03.183062 mtc Port GSMTAP was stopped. 04:19:03.183118 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:03.183259 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:03.183333 mtc Port BSCVTY was stopped. 04:19:03.183390 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 04:19:03.183452 mtc Waiting for PTCs to finish. 04:19:03.183551 mtc Setting final verdict of the test case. 04:19:03.183603 mtc Local verdict of MTC: pass 04:19:03.183639 mtc No PTCs were created. 04:19:03.183666 mtc Test case TC_cellid finished. Verdict: pass 04:19:03.183834 mtc Executing test case TC_lac in module Test. 04:19:03.183919 mtc Test case TC_lac started. 04:19:03.183954 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 04:19:03.184044 mtc Port GSMTAP was started. 04:19:03.184108 mtc Port BSCVTY was started. 04:19:03.184136 mtc Component type Test.dummy_CT was initialized. 04:19:03.184178 mtc Function rnd() returned 0.617100. 04:19:03.184292 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:03.184551 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:03.184741 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:03.184852 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:03.184991 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:03.185512 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:03.185666 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:03.185754 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:03.185850 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:03.185922 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:03.186093 mtc Sent on BSCVTY to system charstring : "enable" 04:19:03.186224 mtc Start timer T: 2 s 04:19:03.186439 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:03.186604 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:03.186671 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:03.186727 mtc Stop timer T: 2 s 04:19:03.186807 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:03.186841 mtc Start timer T: 2 s 04:19:03.186968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:03.187043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:03.187061 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:03.187081 mtc Stop timer T: 2 s 04:19:03.187109 mtc Sent on BSCVTY to system charstring : "network" 04:19:03.187143 mtc Start timer T: 2 s 04:19:03.187217 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:03.187242 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:03.187328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:03.187351 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:03.187414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:03.187434 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:03.187450 mtc Stop timer T: 2 s 04:19:03.187478 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:03.187511 mtc Start timer T: 2 s 04:19:03.187588 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:03.187614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:03.187674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:03.187689 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:03.187745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:03.187760 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:03.187773 mtc Stop timer T: 2 s 04:19:03.187792 mtc Sent on BSCVTY to system charstring : "location_area_code 40441" 04:19:03.187822 mtc Start timer T: 2 s 04:19:03.187931 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 40441" id 7 04:19:03.187956 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:03.188048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 40441" id 7 04:19:03.188070 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:03.188134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:03.188153 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:03.188170 mtc Stop timer T: 2 s 04:19:03.188195 mtc Sent on BSCVTY to system charstring : "end" 04:19:03.188231 mtc Start timer T: 2 s 04:19:03.188298 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:03.188322 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:03.188385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:03.188407 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:03.188446 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:03.188466 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:03.188483 mtc Stop timer T: 2 s 04:19:03.188511 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:03.188552 mtc Start timer T: 2 s 04:19:03.188728 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:03.188803 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:03.188824 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:03.188842 mtc Stop timer T: 2 s 04:19:03.188861 mtc Start timer T: 1 s 04:19:03.416778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A25F0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:03.417058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41567, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:03.652119 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A292010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:19:03.652398 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41618, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:19:03.887660 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2C50100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:19:03.888046 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41669, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:19:04.123043 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A2F80100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O } id 4 04:19:04.123406 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41720, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 4 04:19:04.188885 mtc Timeout T: 1 s 04:19:04.189016 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:04.189063 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:04.189127 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:04.189175 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:04.189216 mtc Port GSMTAP was cleared. 04:19:04.189254 mtc Start timer T: 10 s 04:19:04.358404 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A32B0100000031061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:04.358781 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:04.359042 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41771, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D359D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:04.359185 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:04.593744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A35E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:04.594136 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:04.594408 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41822, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:04.594547 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:04.828908 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3910100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:19:04.829166 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:04.829381 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41873, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:19:04.829469 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:05.064302 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3C40100000049061BC2C462F2249DF9110101107D359D0400392B2B2B'O } id 8 04:19:05.064577 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 8 04:19:05.064762 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41924, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D359D0400392B2B2B'O } } id 8 04:19:05.064858 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:05.065115 mtc setverdict(pass): none -> pass 04:19:05.065187 mtc Terminating component type Test.dummy_CT. 04:19:05.065225 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:05.065290 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:05.065327 mtc Port GSMTAP was stopped. 04:19:05.065354 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:05.065448 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:05.065490 mtc Port BSCVTY was stopped. 04:19:05.065513 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 04:19:05.065545 mtc Waiting for PTCs to finish. 04:19:05.065857 mtc Setting final verdict of the test case. 04:19:05.065912 mtc Local verdict of MTC: pass 04:19:05.065956 mtc No PTCs were created. 04:19:05.065997 mtc Test case TC_lac finished. Verdict: pass 04:19:05.066108 mtc Executing test case TC_rach_tx_int in module Test. 04:19:05.066173 mtc Test case TC_rach_tx_int started. 04:19:05.066224 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 04:19:05.066336 mtc Port GSMTAP was started. 04:19:05.066397 mtc Port BSCVTY was started. 04:19:05.066436 mtc Component type Test.dummy_CT was initialized. 04:19:05.066484 mtc Function rnd() returned 0.687279. 04:19:05.066609 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:05.066734 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:05.066854 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:05.066921 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:05.067039 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:05.067483 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:05.067628 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:05.067806 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:05.067889 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:05.067932 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:05.068054 mtc Sent on BSCVTY to system charstring : "enable" 04:19:05.068191 mtc Start timer T: 2 s 04:19:05.068377 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:05.068535 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:05.068592 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:05.068636 mtc Stop timer T: 2 s 04:19:05.068679 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:05.068752 mtc Start timer T: 2 s 04:19:05.069094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:05.069339 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:05.069393 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:05.069427 mtc Stop timer T: 2 s 04:19:05.069477 mtc Sent on BSCVTY to system charstring : "network" 04:19:05.069570 mtc Start timer T: 2 s 04:19:05.069793 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:05.069811 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:05.069858 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:05.069869 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:05.069895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:05.069906 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:05.069913 mtc Stop timer T: 2 s 04:19:05.069924 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:05.069942 mtc Start timer T: 2 s 04:19:05.070002 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:05.070029 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:05.070091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:05.070107 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:05.070152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:05.070167 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:05.070180 mtc Stop timer T: 2 s 04:19:05.070195 mtc Sent on BSCVTY to system charstring : "rach tx integer 10" 04:19:05.070217 mtc Start timer T: 2 s 04:19:05.070329 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 10" id 7 04:19:05.070354 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:05.070412 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 10" id 7 04:19:05.070429 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:05.070475 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:05.070489 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:05.070501 mtc Stop timer T: 2 s 04:19:05.070518 mtc Sent on BSCVTY to system charstring : "end" 04:19:05.070547 mtc Start timer T: 2 s 04:19:05.070601 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:05.070617 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:05.070657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:05.070667 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:05.070683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:05.070691 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:05.070698 mtc Stop timer T: 2 s 04:19:05.070717 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:05.070743 mtc Start timer T: 2 s 04:19:05.070866 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:05.070904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:05.070920 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:05.070935 mtc Stop timer T: 2 s 04:19:05.070948 mtc Start timer T: 1 s 04:19:05.299632 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A3F70100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:05.299900 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 41975, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:05.535227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A42A010000005506198FB38000000000000000000000000000A904002B'O } id 2 04:19:05.535575 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42026, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB38000000000000000000000000000A904002B'O } } id 2 04:19:05.770584 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A45D0100000059061A00000000000000000000000000000000FFA90400'O } id 3 04:19:05.770917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42077, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 3 04:19:06.005860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4900100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O } id 4 04:19:06.006202 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42128, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 4 04:19:06.070969 mtc Timeout T: 1 s 04:19:06.071151 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:06.071261 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:06.071323 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:06.071362 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:06.071403 mtc Port GSMTAP was cleared. 04:19:06.071448 mtc Start timer T: 10 s 04:19:06.241020 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4C30100000031061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:06.241243 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:06.241389 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42179, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D35A904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:06.241461 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:06.476509 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A4F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:06.476869 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:06.477100 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42230, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:06.477223 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:06.711776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5290100000059061A00000000000000000000000000000000FFA90400'O } id 7 04:19:06.712068 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 7 04:19:06.712276 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42281, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FFA90400'O } } id 7 04:19:06.712362 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:06.947423 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A55C0100000049061BC2C462F2249DF9110101107D35A90400392B2B2B'O } id 8 04:19:06.947858 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 8 04:19:06.948096 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42332, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35A90400392B2B2B'O } } id 8 04:19:06.948203 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:06.948546 mtc setverdict(pass): none -> pass 04:19:06.948654 mtc Terminating component type Test.dummy_CT. 04:19:06.948725 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:06.948833 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:06.948899 mtc Port GSMTAP was stopped. 04:19:06.948949 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:06.949256 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:06.949346 mtc Port BSCVTY was stopped. 04:19:06.949399 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 04:19:06.949458 mtc Waiting for PTCs to finish. 04:19:06.949588 mtc Setting final verdict of the test case. 04:19:06.949671 mtc Local verdict of MTC: pass 04:19:06.949729 mtc No PTCs were created. 04:19:06.949780 mtc Test case TC_rach_tx_int finished. Verdict: pass 04:19:06.950006 mtc Executing test case TC_rach_max_tx in module Test. 04:19:06.950134 mtc Test case TC_rach_max_tx started. 04:19:06.950207 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 04:19:06.950307 mtc Port GSMTAP was started. 04:19:06.950371 mtc Port BSCVTY was started. 04:19:06.950413 mtc Component type Test.dummy_CT was initialized. 04:19:06.950464 mtc Function rnd() returned 0.458202. 04:19:06.950602 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:06.950734 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:06.950853 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:06.950925 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:06.951057 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:06.951528 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:06.951674 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:06.951822 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:06.951903 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:06.951978 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:06.952159 mtc Sent on BSCVTY to system charstring : "enable" 04:19:06.952451 mtc Start timer T: 2 s 04:19:06.952562 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:06.952706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:06.952764 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:06.952784 mtc Stop timer T: 2 s 04:19:06.952808 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:06.952843 mtc Start timer T: 2 s 04:19:06.952981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:06.953082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:06.953107 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:06.953129 mtc Stop timer T: 2 s 04:19:06.953156 mtc Sent on BSCVTY to system charstring : "network" 04:19:06.953200 mtc Start timer T: 2 s 04:19:06.953279 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:06.953317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:06.953384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:06.953404 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:06.953459 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:06.953473 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:06.953483 mtc Stop timer T: 2 s 04:19:06.953499 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:06.953528 mtc Start timer T: 2 s 04:19:06.953600 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:06.953635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:06.953713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:06.953732 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:06.953808 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:06.953827 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:06.953847 mtc Stop timer T: 2 s 04:19:06.953876 mtc Sent on BSCVTY to system charstring : "rach max transmission 2" 04:19:06.953913 mtc Start timer T: 2 s 04:19:06.954117 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 04:19:06.954155 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:06.954233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 04:19:06.954252 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:06.954299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:06.954318 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:06.954329 mtc Stop timer T: 2 s 04:19:06.954347 mtc Sent on BSCVTY to system charstring : "end" 04:19:06.954383 mtc Start timer T: 2 s 04:19:06.954600 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:06.954637 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:06.954741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:06.954770 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:06.954800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:06.954814 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:06.954833 mtc Stop timer T: 2 s 04:19:06.954860 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:06.954896 mtc Start timer T: 2 s 04:19:06.955331 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:06.955397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:06.955415 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:06.955427 mtc Stop timer T: 2 s 04:19:06.955440 mtc Start timer T: 1 s 04:19:07.182767 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A58F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:07.183093 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42383, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:07.417864 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5C2010000005506198FB380000000000000000000000000006904002B'O } id 2 04:19:07.418113 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42434, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 04:19:07.653521 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A5F50100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:07.653916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42485, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:07.888881 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6280100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 04:19:07.889271 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42536, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 04:19:07.955460 mtc Timeout T: 1 s 04:19:07.955656 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:07.955749 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:07.955793 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:07.955842 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:07.955895 mtc Port GSMTAP was cleared. 04:19:07.955951 mtc Start timer T: 10 s 04:19:08.124094 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A65B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:08.124395 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:08.124601 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42587, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:08.124701 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:08.359306 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A68E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:08.359589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:08.359809 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42638, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:08.359914 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:08.595000 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6C10100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:08.595343 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:08.595643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42689, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:08.595860 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:08.830221 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A6F40100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 04:19:08.830575 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:08.830764 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42740, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:08.830865 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:08.831134 mtc setverdict(pass): none -> pass 04:19:08.831226 mtc Terminating component type Test.dummy_CT. 04:19:08.831291 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:08.831401 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:08.831479 mtc Port GSMTAP was stopped. 04:19:08.831553 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:08.831752 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:08.831843 mtc Port BSCVTY was stopped. 04:19:08.831896 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 04:19:08.831965 mtc Waiting for PTCs to finish. 04:19:08.832165 mtc Setting final verdict of the test case. 04:19:08.832262 mtc Local verdict of MTC: pass 04:19:08.832356 mtc No PTCs were created. 04:19:08.832409 mtc Test case TC_rach_max_tx finished. Verdict: pass 04:19:08.832608 mtc Executing test case TC_attach in module Test. 04:19:08.832701 mtc Test case TC_attach started. 04:19:08.832768 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 04:19:08.832896 mtc Port GSMTAP was started. 04:19:08.832966 mtc Port BSCVTY was started. 04:19:08.833012 mtc Component type Test.dummy_CT was initialized. 04:19:08.833065 mtc Function rnd() returned 0.091612. 04:19:08.833187 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:08.833324 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:08.833482 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:08.833569 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:08.833715 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:08.834231 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:08.834468 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:08.834684 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:08.834772 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:08.834849 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:08.835034 mtc Sent on BSCVTY to system charstring : "enable" 04:19:08.835167 mtc Start timer T: 2 s 04:19:08.835402 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:08.835566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:08.835637 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:08.835738 mtc Stop timer T: 2 s 04:19:08.835820 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:08.836113 mtc Start timer T: 2 s 04:19:08.836396 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:08.836687 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:08.836756 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:08.836811 mtc Stop timer T: 2 s 04:19:08.836887 mtc Sent on BSCVTY to system charstring : "network" 04:19:08.837136 mtc Start timer T: 2 s 04:19:08.837301 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:08.837385 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:08.837677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:08.837751 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:08.837953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:08.838024 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:08.838079 mtc Stop timer T: 2 s 04:19:08.838161 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:08.838427 mtc Start timer T: 2 s 04:19:08.838574 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:08.838673 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:08.838979 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:08.839063 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:08.839279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:08.839348 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:08.839401 mtc Stop timer T: 2 s 04:19:08.839492 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 04:19:08.839788 mtc Start timer T: 2 s 04:19:08.839841 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 04:19:08.839864 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:08.839944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 04:19:08.839971 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:08.840034 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:08.840052 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:08.840068 mtc Stop timer T: 2 s 04:19:08.840094 mtc Sent on BSCVTY to system charstring : "end" 04:19:08.840125 mtc Start timer T: 2 s 04:19:08.840198 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:08.840226 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:08.840301 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:08.840323 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:08.840354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:08.840377 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:08.840391 mtc Stop timer T: 2 s 04:19:08.840416 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:08.840445 mtc Start timer T: 2 s 04:19:08.840638 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:08.840684 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:08.840704 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:08.840724 mtc Stop timer T: 2 s 04:19:08.840743 mtc Start timer T: 1 s 04:19:09.065710 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7270100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:09.066058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42791, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:09.300796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A75A010000005506198FB380000000000000000000000000006904002B'O } id 2 04:19:09.301125 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42842, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 04:19:09.536410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A78D0100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:09.536808 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42893, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:09.771794 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7C00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 04:19:09.772191 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42944, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 04:19:09.840780 mtc Timeout T: 1 s 04:19:09.840929 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:09.840977 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:09.841005 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:09.841049 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:09.841084 mtc Port GSMTAP was cleared. 04:19:09.841129 mtc Start timer T: 10 s 04:19:10.006995 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A7F30100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:10.007352 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:10.007576 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 42995, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:10.007657 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:10.242499 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A826010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:19:10.242864 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:10.243136 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43046, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:19:10.243277 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:10.477700 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8590100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:10.478000 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:10.478252 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43097, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:10.478343 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:10.713059 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A88C0100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 04:19:10.713372 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:10.713575 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43148, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:10.713658 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:10.713971 mtc setverdict(pass): none -> pass 04:19:10.714066 mtc Terminating component type Test.dummy_CT. 04:19:10.714137 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:10.714237 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:10.714300 mtc Port GSMTAP was stopped. 04:19:10.714354 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:10.714476 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:10.714541 mtc Port BSCVTY was stopped. 04:19:10.714599 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 04:19:10.714652 mtc Waiting for PTCs to finish. 04:19:10.714858 mtc Setting final verdict of the test case. 04:19:10.714956 mtc Local verdict of MTC: pass 04:19:10.715031 mtc No PTCs were created. 04:19:10.715105 mtc Test case TC_attach finished. Verdict: pass 04:19:10.715271 mtc Executing test case TC_dtx_ul in module Test. 04:19:10.715388 mtc Test case TC_dtx_ul started. 04:19:10.715457 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 04:19:10.715574 mtc Port GSMTAP was started. 04:19:10.715656 mtc Port BSCVTY was started. 04:19:10.715738 mtc Component type Test.dummy_CT was initialized. 04:19:10.715797 mtc Function rnd() returned 0.728161. 04:19:10.715902 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:10.716075 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:10.716484 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:10.716577 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:10.716770 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:10.717280 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:10.717500 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:10.717606 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:10.717788 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:10.717806 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:10.717857 mtc Sent on BSCVTY to system charstring : "enable" 04:19:10.717888 mtc Start timer T: 2 s 04:19:10.717953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:10.717989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:10.718003 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:10.718013 mtc Stop timer T: 2 s 04:19:10.718028 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:10.718049 mtc Start timer T: 2 s 04:19:10.718166 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:10.718238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:10.718253 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:10.718264 mtc Stop timer T: 2 s 04:19:10.718280 mtc Sent on BSCVTY to system charstring : "network" 04:19:10.718303 mtc Start timer T: 2 s 04:19:10.718359 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:10.718388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:10.718461 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:10.718474 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:10.718524 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:10.718536 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:10.718545 mtc Stop timer T: 2 s 04:19:10.718559 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:10.718594 mtc Start timer T: 2 s 04:19:10.718646 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:10.718677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:10.718741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:10.718759 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:10.718806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:10.718823 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:10.718836 mtc Stop timer T: 2 s 04:19:10.718855 mtc Sent on BSCVTY to system charstring : "dtx uplink force" 04:19:10.718880 mtc Start timer T: 2 s 04:19:10.718968 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 04:19:10.718991 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:10.719043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 04:19:10.719058 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:10.719105 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:10.719122 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:10.719136 mtc Stop timer T: 2 s 04:19:10.719160 mtc Port GSMTAP was cleared. 04:19:10.719176 mtc Start timer T: 10 s 04:19:10.948662 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8BF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:10.949036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:10.949353 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43199, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:10.949484 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:11.183828 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A8F2010000005506198FB380000000000000000000000000006904002B'O } id 2 04:19:11.184081 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 04:19:11.184229 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43250, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 2 04:19:11.184307 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:11.419315 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9250100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:11.419644 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:11.419967 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43301, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:11.420115 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:11.654699 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9580100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 04:19:11.655076 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 04:19:11.655319 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43352, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 04:19:11.655458 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:11.655860 mtc setverdict(pass): none -> pass 04:19:11.655966 mtc Terminating component type Test.dummy_CT. 04:19:11.656031 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:11.656136 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:11.656196 mtc Port GSMTAP was stopped. 04:19:11.656248 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:11.656303 mtc Warning: BSCVTY: Dropping partial message 04:19:11.656446 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:11.656534 mtc Port BSCVTY was stopped. 04:19:11.656587 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 04:19:11.656634 mtc Waiting for PTCs to finish. 04:19:11.656788 mtc Setting final verdict of the test case. 04:19:11.656873 mtc Local verdict of MTC: pass 04:19:11.656934 mtc No PTCs were created. 04:19:11.656980 mtc Test case TC_dtx_ul finished. Verdict: pass 04:19:11.657115 mtc Executing test case TC_emerg_allowed in module Test. 04:19:11.657193 mtc Test case TC_emerg_allowed started. 04:19:11.657263 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 04:19:11.657379 mtc Port GSMTAP was started. 04:19:11.657444 mtc Port BSCVTY was started. 04:19:11.657490 mtc Component type Test.dummy_CT was initialized. 04:19:11.657542 mtc Function rnd() returned 0.454146. 04:19:11.657664 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:11.657780 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:11.657881 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:11.657947 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:11.658074 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:11.658502 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:11.658638 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:11.658718 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:11.658793 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:11.658861 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:11.659047 mtc Sent on BSCVTY to system charstring : "enable" 04:19:11.659156 mtc Start timer T: 2 s 04:19:11.659382 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:11.659541 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:11.659629 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:11.659691 mtc Stop timer T: 2 s 04:19:11.659765 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:11.659869 mtc Start timer T: 2 s 04:19:11.659955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:11.660046 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:11.660069 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:11.660088 mtc Stop timer T: 2 s 04:19:11.660116 mtc Sent on BSCVTY to system charstring : "network" 04:19:11.660150 mtc Start timer T: 2 s 04:19:11.660241 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:11.660267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:11.660356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:11.660380 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:11.660448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:11.660468 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:11.660486 mtc Stop timer T: 2 s 04:19:11.660513 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:11.660550 mtc Start timer T: 2 s 04:19:11.660640 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:11.660668 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:11.660769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:11.660794 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:11.660863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:11.660884 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:11.660903 mtc Stop timer T: 2 s 04:19:11.660933 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 04:19:11.660969 mtc Start timer T: 2 s 04:19:11.661091 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 04:19:11.661116 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:11.661177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 04:19:11.661195 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:11.661238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:11.661251 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:11.661261 mtc Stop timer T: 2 s 04:19:11.661278 mtc Sent on BSCVTY to system charstring : "end" 04:19:11.661305 mtc Start timer T: 2 s 04:19:11.661369 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:11.661392 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:11.661448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:11.661463 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:11.661487 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:11.661500 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:11.661511 mtc Stop timer T: 2 s 04:19:11.661528 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:11.661555 mtc Start timer T: 2 s 04:19:11.661887 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:11.661944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:11.661968 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:11.661986 mtc Stop timer T: 2 s 04:19:11.662003 mtc Start timer T: 1 s 04:19:11.890116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A98B0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:11.890513 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43403, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:12.125441 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:19:12.125802 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43454, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:19:12.360813 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000A9F10100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:12.361175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43505, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:12.596197 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA240100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 4 04:19:12.596546 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43556, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 4 04:19:12.662022 mtc Timeout T: 1 s 04:19:12.662184 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:12.662255 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:12.662301 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:12.662346 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:12.662388 mtc Port GSMTAP was cleared. 04:19:12.662435 mtc Start timer T: 10 s 04:19:12.831347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA570100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:12.831592 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:12.831838 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43607, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:12.831946 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:13.066685 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AA8A010000005506198FB380000000000000000000000000006904002B'O } id 6 04:19:13.066966 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:13.067178 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43658, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:13.067261 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:13.302298 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AABD0100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:13.302697 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:13.302988 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43709, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:13.303132 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:13.537645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AAF00100000049061BC2C462F2249DF9110101107D35690400392B2B2B'O } id 8 04:19:13.538039 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:13.538283 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43760, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110101107D35690400392B2B2B'O } } id 8 04:19:13.538394 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:13.538725 mtc setverdict(pass): none -> pass 04:19:13.538824 mtc Terminating component type Test.dummy_CT. 04:19:13.538892 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:13.539001 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:13.539063 mtc Port GSMTAP was stopped. 04:19:13.539114 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:13.539260 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:13.539323 mtc Port BSCVTY was stopped. 04:19:13.539369 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 04:19:13.539432 mtc Waiting for PTCs to finish. 04:19:13.539557 mtc Setting final verdict of the test case. 04:19:13.539606 mtc Local verdict of MTC: pass 04:19:13.539659 mtc No PTCs were created. 04:19:13.543773 mtc Test case TC_emerg_allowed finished. Verdict: pass 04:19:13.543879 mtc Executing test case TC_bs_pa_mfrms in module Test. 04:19:13.543928 mtc Test case TC_bs_pa_mfrms started. 04:19:13.543956 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 04:19:13.544014 mtc Port GSMTAP was started. 04:19:13.544051 mtc Port BSCVTY was started. 04:19:13.544079 mtc Component type Test.dummy_CT was initialized. 04:19:13.544100 mtc Function rnd() returned 0.594072. 04:19:13.544181 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:13.544251 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:13.544305 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:13.544347 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:13.544424 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:13.544786 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:13.544877 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:13.544923 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:13.544994 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:13.545063 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:13.545226 mtc Sent on BSCVTY to system charstring : "enable" 04:19:13.545415 mtc Start timer T: 2 s 04:19:13.545477 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:13.545560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:13.545588 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:13.545639 mtc Stop timer T: 2 s 04:19:13.545683 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:13.545735 mtc Start timer T: 2 s 04:19:13.545971 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:13.546122 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:13.546160 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:13.546185 mtc Stop timer T: 2 s 04:19:13.546226 mtc Sent on BSCVTY to system charstring : "network" 04:19:13.546282 mtc Start timer T: 2 s 04:19:13.546404 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:13.546448 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:13.546574 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:13.546607 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:13.546697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:13.546727 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:13.546750 mtc Stop timer T: 2 s 04:19:13.546788 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:13.546944 mtc Start timer T: 2 s 04:19:13.547006 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:13.547046 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:13.547162 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:13.547194 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:13.547292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:13.547321 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:13.547345 mtc Stop timer T: 2 s 04:19:13.547388 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 6" 04:19:13.547582 mtc Start timer T: 2 s 04:19:13.547648 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 6" id 7 04:19:13.547685 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:13.547859 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 6" id 7 04:19:13.547890 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:13.547974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:13.548006 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:13.548029 mtc Stop timer T: 2 s 04:19:13.548057 mtc Sent on BSCVTY to system charstring : "end" 04:19:13.548213 mtc Start timer T: 2 s 04:19:13.548263 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:13.548297 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:13.548410 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:13.548440 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:13.548490 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:13.548519 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:13.548544 mtc Stop timer T: 2 s 04:19:13.548578 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:13.549109 mtc Start timer T: 2 s 04:19:13.549170 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:13.549243 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:13.549275 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:13.549303 mtc Stop timer T: 2 s 04:19:13.549331 mtc Start timer T: 1 s 04:19:13.772931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB230100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:13.773322 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43811, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:14.008118 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB56010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:19:14.008390 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43862, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:19:14.243524 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AB890100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:14.243809 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43913, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:14.478877 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABBC0100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O } id 4 04:19:14.479191 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 43964, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 4 04:19:14.549372 mtc Timeout T: 1 s 04:19:14.549486 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:14.549531 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:14.549559 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:14.549589 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:14.549615 mtc Port GSMTAP was cleared. 04:19:14.549646 mtc Start timer T: 10 s 04:19:14.714227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ABEF0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:14.714480 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:14.714650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44015, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:14.714743 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:14.949837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC22010000005506198FB380000000000000000000000000006904002B'O } id 6 04:19:14.950175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:14.950406 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44066, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:14.950517 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:15.184989 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC550100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:15.185235 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:15.185416 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44117, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:15.185525 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:15.420358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AC880100000049061BC2C462F2249DF9110401107D35690400392B2B2B'O } id 8 04:19:15.420662 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 8 04:19:15.420879 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44168, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9110401107D35690400392B2B2B'O } } id 8 04:19:15.420964 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:15.421267 mtc setverdict(pass): none -> pass 04:19:15.421342 mtc Terminating component type Test.dummy_CT. 04:19:15.421389 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:15.421492 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:15.421555 mtc Port GSMTAP was stopped. 04:19:15.421588 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:15.421695 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:15.421766 mtc Port BSCVTY was stopped. 04:19:15.421822 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 04:19:15.421890 mtc Waiting for PTCs to finish. 04:19:15.422004 mtc Setting final verdict of the test case. 04:19:15.422063 mtc Local verdict of MTC: pass 04:19:15.422111 mtc No PTCs were created. 04:19:15.422158 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass 04:19:15.422339 mtc Executing test case TC_bs_ag_blks_res in module Test. 04:19:15.422455 mtc Test case TC_bs_ag_blks_res started. 04:19:15.422514 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 04:19:15.422634 mtc Port GSMTAP was started. 04:19:15.422717 mtc Port BSCVTY was started. 04:19:15.422763 mtc Component type Test.dummy_CT was initialized. 04:19:15.422810 mtc Function rnd() returned 0.221427. 04:19:15.422899 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:15.423151 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:15.423303 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:15.423385 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:15.423523 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:15.424097 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:15.424292 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:15.424399 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:15.424483 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:15.424543 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:15.424717 mtc Sent on BSCVTY to system charstring : "enable" 04:19:15.425155 mtc Start timer T: 2 s 04:19:15.425285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:15.425426 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:15.425484 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:15.425531 mtc Stop timer T: 2 s 04:19:15.425591 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:15.425698 mtc Start timer T: 2 s 04:19:15.425866 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:15.425946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:15.425963 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:15.425976 mtc Stop timer T: 2 s 04:19:15.425995 mtc Sent on BSCVTY to system charstring : "network" 04:19:15.426025 mtc Start timer T: 2 s 04:19:15.426100 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:15.426144 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:15.426231 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:15.426252 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:15.426301 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:15.426316 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:15.426328 mtc Stop timer T: 2 s 04:19:15.426352 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:15.426387 mtc Start timer T: 2 s 04:19:15.426481 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:15.426517 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:15.426618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:15.426640 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:15.426685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:15.426703 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:15.426720 mtc Stop timer T: 2 s 04:19:15.426748 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" 04:19:15.426779 mtc Start timer T: 2 s 04:19:15.426909 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:19:15.426932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:15.427003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:19:15.427020 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:15.427064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:15.427078 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:15.427088 mtc Stop timer T: 2 s 04:19:15.427103 mtc Sent on BSCVTY to system charstring : "end" 04:19:15.427133 mtc Start timer T: 2 s 04:19:15.427211 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:15.427232 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:15.427288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:15.427305 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:15.427327 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:15.427338 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:15.427349 mtc Stop timer T: 2 s 04:19:15.427369 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:15.427396 mtc Start timer T: 2 s 04:19:15.427594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:15.427652 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:15.427670 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:15.427682 mtc Stop timer T: 2 s 04:19:15.427710 mtc Start timer T: 1 s 04:19:15.655721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACBB0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:15.656020 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44219, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:15.891272 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ACEE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:19:15.891676 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44270, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:19:16.126641 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD210100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:16.127021 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44321, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:16.361795 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD540100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O } id 4 04:19:16.362096 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44372, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 4 04:19:16.427738 mtc Timeout T: 1 s 04:19:16.427895 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:16.427942 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:16.427971 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:16.427995 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:16.428021 mtc Port GSMTAP was cleared. 04:19:16.428066 mtc Start timer T: 10 s 04:19:16.597392 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AD870100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:16.597765 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:16.598039 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44423, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:16.598336 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:16.832774 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADBA010000005506198FB380000000000000000000000000006904002B'O } id 6 04:19:16.833101 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:16.833391 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44474, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:16.833539 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:17.068143 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000ADED0100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:17.068488 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:17.068749 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44525, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:17.068899 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:17.303489 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE200100000049061BC2C462F2249DF9090401107D35690400392B2B2B'O } id 8 04:19:17.303930 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 8 04:19:17.304215 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44576, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401107D35690400392B2B2B'O } } id 8 04:19:17.304325 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:17.304660 mtc setverdict(pass): none -> pass 04:19:17.304749 mtc Terminating component type Test.dummy_CT. 04:19:17.304815 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:17.304923 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:17.304983 mtc Port GSMTAP was stopped. 04:19:17.305032 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:17.305178 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:17.305239 mtc Port BSCVTY was stopped. 04:19:17.305284 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 04:19:17.305348 mtc Waiting for PTCs to finish. 04:19:17.305463 mtc Setting final verdict of the test case. 04:19:17.305510 mtc Local verdict of MTC: pass 04:19:17.305562 mtc No PTCs were created. 04:19:17.305610 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass 04:19:17.305785 mtc Executing test case TC_radio_link_timeout in module Test. 04:19:17.305900 mtc Test case TC_radio_link_timeout started. 04:19:17.305950 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 04:19:17.306043 mtc Port GSMTAP was started. 04:19:17.306117 mtc Port BSCVTY was started. 04:19:17.306161 mtc Component type Test.dummy_CT was initialized. 04:19:17.306195 mtc Function rnd() returned 0.258139. 04:19:17.306285 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:19:17.306592 mtc Port GSMTAP was mapped to system:GSMTAP. 04:19:17.306782 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:19:17.306880 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:19:17.307024 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:19:17.307552 mtc Port BSCVTY was mapped to system:BSCVTY. 04:19:17.307724 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:19:17.307832 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:19:17.307906 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:19:17.307982 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:19:17.308192 mtc Sent on BSCVTY to system charstring : "enable" 04:19:17.308333 mtc Start timer T: 2 s 04:19:17.308533 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:19:17.308697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:19:17.308763 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:19:17.308780 mtc Stop timer T: 2 s 04:19:17.308803 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:19:17.308836 mtc Start timer T: 2 s 04:19:17.308956 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:19:17.309028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:19:17.309043 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:19:17.309053 mtc Stop timer T: 2 s 04:19:17.309071 mtc Sent on BSCVTY to system charstring : "network" 04:19:17.309098 mtc Start timer T: 2 s 04:19:17.309167 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:19:17.309190 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:19:17.309248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:19:17.309264 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:19:17.309304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:19:17.309318 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:19:17.309331 mtc Stop timer T: 2 s 04:19:17.309356 mtc Sent on BSCVTY to system charstring : "bts 0" 04:19:17.309440 mtc Start timer T: 2 s 04:19:17.309482 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:19:17.309504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:19:17.309586 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:19:17.309607 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:19:17.309673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:19:17.309694 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:19:17.309712 mtc Stop timer T: 2 s 04:19:17.309755 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 16" 04:19:17.309788 mtc Start timer T: 2 s 04:19:17.309910 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 16" id 7 04:19:17.309942 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:19:17.310011 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 16" id 7 04:19:17.310028 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:19:17.310071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:19:17.310085 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:19:17.310094 mtc Stop timer T: 2 s 04:19:17.310111 mtc Sent on BSCVTY to system charstring : "end" 04:19:17.310141 mtc Start timer T: 2 s 04:19:17.310203 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:19:17.310224 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:19:17.310280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:19:17.310296 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:19:17.310318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:19:17.310330 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:19:17.310340 mtc Stop timer T: 2 s 04:19:17.310358 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:19:17.310697 mtc Start timer T: 2 s 04:19:17.310738 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:19:17.310779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:19:17.310794 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:19:17.310810 mtc Stop timer T: 2 s 04:19:17.310821 mtc Start timer T: 1 s 04:19:17.538688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE530100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:19:17.539073 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44627, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:19:17.774224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AE86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:19:17.774574 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44678, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:19:18.009409 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEB90100000059061A00000000000000000000000000000000FF690400'O } id 3 04:19:18.009739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44729, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 3 04:19:18.244920 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AEEC0100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O } id 4 04:19:18.245297 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44780, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 4 04:19:18.310837 mtc Timeout T: 1 s 04:19:18.310966 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:19:18.311016 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:19:18.311052 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:19:18.311085 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:19:18.311114 mtc Port GSMTAP was cleared. 04:19:18.311147 mtc Start timer T: 10 s 04:19:18.480315 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF1F0100000031061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:19:18.480720 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:18.480939 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44831, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F2249DF97D356904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:19:18.481083 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:19:18.715496 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF52010000005506198FB380000000000000000000000000006904002B'O } id 6 04:19:18.715849 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:18.716016 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44882, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000006904002B'O } } id 6 04:19:18.716102 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:19:18.951037 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AF850100000059061A00000000000000000000000000000000FF690400'O } id 7 04:19:18.951384 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:18.951680 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44933, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF690400'O } } id 7 04:19:18.951902 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:19:19.186413 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000AFB80100000049061BC2C462F2249DF9090401137D35690400392B2B2B'O } id 8 04:19:19.186780 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 8 04:19:19.187002 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 46405, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 44984, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061BC2C462F2249DF9090401137D35690400392B2B2B'O } } id 8 04:19:19.187135 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:19:19.187423 mtc setverdict(pass): none -> pass 04:19:19.187508 mtc Terminating component type Test.dummy_CT. 04:19:19.187594 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:19:19.187776 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:19:19.187848 mtc Port GSMTAP was stopped. 04:19:19.187925 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:19:19.188076 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:19:19.188160 mtc Port BSCVTY was stopped. 04:19:19.188209 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 04:19:19.188270 mtc Waiting for PTCs to finish. 04:19:19.188395 mtc Setting final verdict of the test case. 04:19:19.188448 mtc Local verdict of MTC: pass 04:19:19.188500 mtc No PTCs were created. 04:19:19.188547 mtc Test case TC_radio_link_timeout finished. Verdict: pass 04:19:19.189137 mtc Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 0 fail (0.00 %), 1 error (4.55 %). 04:19:19.189273 mtc Test execution summary: 22 test cases were executed. Overall verdict: error 04:19:19.189307 mtc Exit was requested from MC. Terminating MTC. 04:19:19.190423 hc Exit was requested from MC. Terminating HC. 04:19:19.190726 hc Disconnected from MC. 04:19:19.190808 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 880fbde3c6374d66f65fed95b452a36f9d1b4d5d470c9a078b21b3f6d19aea70 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker container stop -t 0 sysinfo-helper sysinfo-helper Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: laforge@gnumonks.org ERROR: Could not connect to SMTP host: localhost, port: 25 javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused (Connection refused) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638) at javax.mail.Service.connect(Service.java:295) at javax.mail.Service.connect(Service.java:176) at javax.mail.Service.connect(Service.java:125) at javax.mail.Transport.send0(Transport.java:194) at javax.mail.Transport.send(Transport.java:124) at hudson.tasks.MailSender.run(MailSender.java:131) at hudson.tasks.Mailer.perform(Mailer.java:170) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1753) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:405) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:286) at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:231) at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900) ... 18 more Finished: UNSTABLE