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/hudson6017232604193860937.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 59330 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/39/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/39/ HUDSON_COOKIE=8d4e0a83-b730-4b8c-b933-67dfe016441d JENKINS_SERVER_COOKIE=8cd9590adb8bfe87 WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo LOGNAME=osmocom-build NODE_NAME=build1-debian9-lxc _=/usr/bin/java EXECUTOR_NUMBER=1 XDG_SESSION_ID=29 BUILD_DISPLAY_NAME=#39 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=39 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-39 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=39 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/39/display/redirect HUDSON_SERVER_COOKIE=8cd9590adb8bfe87 JOB_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect JOB_NAME=ttcn3-nitb-sysinfo PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo SSH_CONNECTION=192.168.122.1 59330 192.168.122.224 22 MAKE=make + OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo + DIR=/home/osmocom-build/jenkins/docker-playground + cd /home/osmocom-build/jenkins/docker-playground + git fetch + git checkout -f -B master origin/master Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master + make docker build -t docker.io/osmocom-build/osmo-nitb-master:0.0.0-4ee4873 . Sending build context to Docker daemon 12.29kB Step 1/14 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/14 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/14 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/14 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/14 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 1e5c8594972d Step 6/14 : WORKDIR /tmp ---> Using cache ---> 0406a47c91f1 Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> ad2eee2236d4 Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> 5b34081be92f Step 9/14 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-nat --enable-osmo-bsc --enable-smpp && make -j8 install && ldconfig ---> Using cache ---> e37e3ab29caf Step 10/14 : VOLUME /data ---> Using cache ---> 5595d7268572 Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> c472531bac59 Step 12/14 : WORKDIR /data ---> Using cache ---> b1df3cd9da63 Step 13/14 : CMD /usr/local/bin/osmo-nitb ---> Using cache ---> d2225bf89f3e Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 000b15d7a51c Successfully built 000b15d7a51c Successfully tagged osmocom-build/osmo-nitb-master:0.0.0-4ee4873 docker tag docker.io/osmocom-build/osmo-nitb-master:0.0.0-4ee4873 docker.io/osmocom-build/osmo-nitb-master:latest + cd /home/osmocom-build/jenkins/docker-playground/osmo-bts-master + make docker build -t docker.io/osmocom-build/osmo-bts-master:0.0.0-4ee4873 . Sending build context to Docker daemon 9.728kB Step 1/16 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/16 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/16 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/16 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/16 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 1e5c8594972d Step 6/16 : WORKDIR /tmp ---> Using cache ---> 0406a47c91f1 Step 7/16 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> ad2eee2236d4 Step 8/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> 5b34081be92f Step 9/16 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> 7ab45d74b94a Step 10/16 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> Using cache ---> 8961157bd25d Step 11/16 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master ---> Using cache ---> 22aab09c58f5 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 ---> 639e1443fa74 Step 13/16 : VOLUME /data ---> Using cache ---> 5a01d85bb7b5 Step 14/16 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> f521fe7b27dd Step 15/16 : WORKDIR /data ---> Using cache ---> 56840a625ad5 Step 16/16 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230 ---> Using cache ---> 70f55b3ac393 Successfully built 70f55b3ac393 Successfully tagged osmocom-build/osmo-bts-master:0.0.0-4ee4873 docker tag docker.io/osmocom-build/osmo-bts-master:0.0.0-4ee4873 docker.io/osmocom-build/osmo-bts-master:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + make docker build -t docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 . Sending build context to Docker daemon 8.192kB Step 1/8 : FROM laforge/debian-stretch-titan ---> 2816613c5515 Step 2/8 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> 25d1270a196f Step 3/8 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> 9f8a79481a54 Step 4/8 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit ---> Using cache ---> eb351813b591 Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && git pull && ./gen_links.sh && ./regen_makefile.sh && make compile && make -j8 ---> Using cache ---> 327367502aa5 Step 6/8 : VOLUME /data ---> Using cache ---> b6c6fa951b9e Step 7/8 : COPY Test.cfg /data/Test.cfg ---> Using cache ---> 306f374ebb66 Step 8/8 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Using cache ---> 23a017abf348 Successfully built 23a017abf348 Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 docker tag docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 docker.io/osmocom-build/ttcn3-nitb-sysinfo:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + sh -x ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ] + docker volume rm nitb-vol nitb-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master 87ba21b618cf440636d4c35121315217a6dc92e74959da55448624ec9ab09c39 + 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 1bfbc7a5b816136e85bd422baf0f4344c6c5c657a7c065407d9875a6dc37524b + 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@cda27c303b74: Unix server socket created successfully. MC@cda27c303b74: Listening on TCP port 39315. MC2> cda27c303b74 is the default spawn /osmo-ttcn3-hacks/sysinfo/Test cda27c303b74 39315 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@cda27c303b74: New HC connected from cda27c303b74 [172.18.0.230]. cda27c303b74: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@cda27c303b74: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@cda27c303b74: TTCN-3 Host Controller started on cda27c303b74. Version: CRL 113 200/6 R1A. HC@cda27c303b74: 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@cda27c303b74: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@cda27c303b74: The address of MC was set to cda27c303b74[172.18.0.230]:0. HC@cda27c303b74: The local IP address of the control connection to MC is 172.18.0.230. HC@cda27c303b74: Connected to MC. HC@cda27c303b74: This host supports UNIX domain sockets for local communication. HC@cda27c303b74: Processing configuration data received from MC. HC@cda27c303b74: Initializing module GSMTAP_PortType. HC@cda27c303b74: Initializing module GSMTAP_Types. HC@cda27c303b74: Initializing module Osmocom_Types. HC@cda27c303b74: Initialization of module Osmocom_Types finished. HC@cda27c303b74: Initialization of module GSMTAP_Types finished. HC@cda27c303b74: Initializing module IPL4asp_PortType. HC@cda27c303b74: Initializing module IPL4asp_Types. HC@cda27c303b74: Initializing module Socket_API_Definitions. HC@cda27c303b74: Initialization of module Socket_API_Definitions finished. HC@cda27c303b74: Initialization of module IPL4asp_Types finished. HC@cda27c303b74: Initialization of module IPL4asp_PortType finished. HC@cda27c303b74: Initialization of module GSMTAP_PortType finished. HC@cda27c303b74: Initializing module GSM_RR_Types. HC@cda27c303b74: Initializing module RLCMAC_CSN1_Types. HC@cda27c303b74: Initializing module GSM_Types. HC@cda27c303b74: Initializing module General_Types. HC@cda27c303b74: Initialization of module General_Types finished. HC@cda27c303b74: Initialization of module GSM_Types finished. HC@cda27c303b74: Initialization of module RLCMAC_CSN1_Types finished. HC@cda27c303b74: Initialization of module GSM_RR_Types finished. HC@cda27c303b74: Initializing module GSM_SystemInformation. HC@cda27c303b74: Initialization of module GSM_SystemInformation finished. HC@cda27c303b74: Initializing module IPL4_GSMTAP_CtrlFunct. HC@cda27c303b74: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@cda27c303b74: Initializing module IPL4asp_Functions. HC@cda27c303b74: Initializing module TCCInterface_Functions. HC@cda27c303b74: Initializing module TCCConversion_Functions. HC@cda27c303b74: Initialization of module TCCConversion_Functions finished. HC@cda27c303b74: Initialization of module TCCInterface_Functions finished. HC@cda27c303b74: Initialization of module IPL4asp_Functions finished. HC@cda27c303b74: Initializing module Osmocom_VTY_Functions. HC@cda27c303b74: Initializing module TELNETasp_PortType. HC@cda27c303b74: Initialization of module TELNETasp_PortType finished. HC@cda27c303b74: Initialization of module Osmocom_VTY_Functions finished. HC@cda27c303b74: Initializing module PreGenRecordOf. HC@cda27c303b74: Initialization of module PreGenRecordOf finished. HC@cda27c303b74: Initializing module Test. HC@cda27c303b74: Initialization of module Test finished. HC@cda27c303b74: Initializing module TitanLoggerApi. HC@cda27c303b74: Initialization of module TitanLoggerApi finished. HC@cda27c303b74: Initializing module TitanLoggerControl. HC@cda27c303b74: Initialization of module TitanLoggerControl finished. MC@cda27c303b74: Configuration file was processed on all HCs. MC@cda27c303b74: Creating MTC on host cda27c303b74. HC@cda27c303b74: Configuration data was processed successfully. HC@cda27c303b74: MTC was created. Process id: 20. MC@cda27c303b74: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@cda27c303b74: Executing test case TC_si1 in module Test. MTC@cda27c303b74: Test case TC_si1 started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@cda27c303b74: 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@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@cda27c303b74: 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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si1 finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_telnet in module Test. MTC@cda27c303b74: Test case TC_telnet started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "show network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 MTC@cda27c303b74: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_telnet finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_default in module Test. MTC@cda27c303b74: Test case TC_si_default started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A90100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058A90100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A410100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A410100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_default": TC=0 has #of SI=4 MTC@cda27c303b74: "TC_si_default": TC=1 has #of SI=4 MTC@cda27c303b74: "TC_si_default": TC=2 has #of SI=4 MTC@cda27c303b74: "TC_si_default": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_default": TC=4 has #of SI=4 MTC@cda27c303b74: "TC_si_default": TC=5 has #of SI=5 MTC@cda27c303b74: "TC_si_default": TC=6 has #of SI=5 MTC@cda27c303b74: "TC_si_default": TC=7 has #of SI=4 MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_default finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_2bis in module Test. MTC@cda27c303b74: Test case TC_si_sched_2bis started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 36 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O } id 39 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 39 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_sched_2bis": TC=0 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2bis": TC=1 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2bis": TC=2 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2bis": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2bis": TC=4 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_2bis": TC=5 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_2bis": TC=6 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2bis": TC=7 has #of SI=4 MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Message with id 80 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@cda27c303b74: Message with id 81 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 42 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 42 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 40 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 41 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 42 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 43 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_2bis finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_2ter in module Test. MTC@cda27c303b74: Test case TC_si_sched_2ter started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000656901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000656901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000670101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000670101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000689901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000689901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A3101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 36 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A3101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 36 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_sched_2ter": TC=0 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=1 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=2 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=4 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=5 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter": TC=6 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_2ter": TC=7 has #of SI=5 MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Message with id 80 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@cda27c303b74: Message with id 81 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 39 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 39 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 40 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 41 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 42 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_2ter finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@cda27c303b74: Test case TC_si_sched_2ter_2bis started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 37 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 38 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 39 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=1 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=2 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=6 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_2ter_2bis": TC=7 has #of SI=4 MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Message with id 80 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 81 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@cda27c303b74: Message with id 82 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@cda27c303b74: Message with id 83 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 40 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 41 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 42 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 43 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_2ter_2bis finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_2quater in module Test. MTC@cda27c303b74: Test case TC_si_sched_2quater started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_2quater finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_13 in module Test. MTC@cda27c303b74: Test case TC_si_sched_13 started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 35 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 35 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O } id 38 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_sched_13": TC=0 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13": TC=1 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13": TC=2 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13": TC=4 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_13": TC=5 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_13": TC=6 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13": TC=7 has #of SI=4 MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@cda27c303b74: 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@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 41 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 39 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 40 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 41 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 42 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_13 finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@cda27c303b74: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@cda27c303b74: Message with id 40 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@cda27c303b74: Message with id 41 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 42 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@cda27c303b74: Message with id 43 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@cda27c303b74: Message with id 44 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 8 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 9 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000808101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000808101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@cda27c303b74: Message with id 12 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 13 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 MTC@cda27c303b74: Message with id 13 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@cda27c303b74: Message with id 14 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@cda27c303b74: Message with id 15 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@cda27c303b74: Message with id 16 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 17 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 MTC@cda27c303b74: Message with id 17 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@cda27c303b74: Message with id 18 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 19 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19 MTC@cda27c303b74: Message with id 19 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@cda27c303b74: Message with id 20 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 21 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 MTC@cda27c303b74: Message with id 21 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 MTC@cda27c303b74: Message with id 22 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@cda27c303b74: Message with id 23 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@cda27c303b74: Message with id 24 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 25 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 MTC@cda27c303b74: Message with id 25 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 MTC@cda27c303b74: Message with id 26 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@cda27c303b74: Message with id 27 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@cda27c303b74: Message with id 28 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 29 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 MTC@cda27c303b74: Message with id 29 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 MTC@cda27c303b74: Message with id 30 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@cda27c303b74: Message with id 31 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@cda27c303b74: Message with id 32 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 33 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 MTC@cda27c303b74: Message with id 33 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 MTC@cda27c303b74: Message with id 34 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@cda27c303b74: Message with id 35 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@cda27c303b74: Message with id 36 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 37 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 MTC@cda27c303b74: Message with id 37 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 38 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 MTC@cda27c303b74: Message with id 38 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 39 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@cda27c303b74: Message with id 39 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Timeout T: 8 s MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 MTC@cda27c303b74: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=5 MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@cda27c303b74: Message with id 45 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@cda27c303b74: Message with id 46 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@cda27c303b74: Message with id 47 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@cda27c303b74: Message with id 48 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@cda27c303b74: Message with id 49 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@cda27c303b74: Message with id 50 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@cda27c303b74: Message with id 51 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@cda27c303b74: Message with id 52 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@cda27c303b74: Message with id 53 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@cda27c303b74: Message with id 54 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@cda27c303b74: Message with id 55 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@cda27c303b74: Message with id 56 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@cda27c303b74: Message with id 57 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@cda27c303b74: Message with id 58 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@cda27c303b74: Message with id 59 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@cda27c303b74: Message with id 60 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@cda27c303b74: Message with id 61 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@cda27c303b74: Message with id 62 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@cda27c303b74: Message with id 63 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@cda27c303b74: Message with id 64 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@cda27c303b74: Message with id 65 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@cda27c303b74: Message with id 66 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@cda27c303b74: Message with id 67 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "gprs mode none" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@cda27c303b74: Message with id 68 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@cda27c303b74: Message with id 69 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@cda27c303b74: Message with id 70 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@cda27c303b74: Message with id 71 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@cda27c303b74: Message with id 72 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@cda27c303b74: Message with id 73 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@cda27c303b74: Message with id 74 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@cda27c303b74: Message with id 75 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@cda27c303b74: Message with id 76 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@cda27c303b74: Message with id 77 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@cda27c303b74: Message with id 78 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@cda27c303b74: Message with id 79 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@cda27c303b74: Message with id 80 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "write terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: 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@cda27c303b74: Message with id 81 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@cda27c303b74: Message with id 82 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@cda27c303b74: Message with id 83 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Message with id 40 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 41 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 42 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 43 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_neci in module Test. MTC@cda27c303b74: Test case TC_neci started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Random number generator was initialized with seed 61.084067: srand48(1867654584). MTC@cda27c303b74: Function rnd() returned 0.707897. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "neci 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " neci 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " neci 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_neci finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_cell_resel_hyst in module Test. MTC@cda27c303b74: Test case TC_cell_resel_hyst started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.137272. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "cell reselection hysteresis 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 0" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " cell reselection hysteresis 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell reselection hysteresis 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell reselection hysteresis 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell reselection hysteresis 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " cell reselection hysteresis 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 0" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101101D2D9D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_cell_resel_hyst finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_rxlev_acc_min in module Test. MTC@cda27c303b74: Test case TC_rxlev_acc_min started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.014913. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "rxlev access min 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " rxlev access min 0" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " rxlev access min 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rxlev access min 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rxlev access min 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rxlev access min 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " rxlev access min 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 0" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101101D009D0400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B51E062F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101101D009D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B51E062F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, 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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_rxlev_acc_min finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_cellid in module Test. MTC@cda27c303b74: Test case TC_cellid started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.761392. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "cell_identity 49897" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " cell_identity 49897" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " cell_identity 49897" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell_identity 49897" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell_identity 49897" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " cell_identity 49897" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " cell_identity 49897" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 49897" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061BC2E962F224334F110101101D009D0400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061BC2E962F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C0F0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061BC2E962F224334F110101101D009D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CA80100000049061BC2E962F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224334F110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, 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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_cellid finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_lac in module Test. MTC@cda27c303b74: Test case TC_lac started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.525866. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "location_area_code 34462" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " location_area_code 34462" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " location_area_code 34462" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " location_area_code 34462" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " location_area_code 34462" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " location_area_code 34462" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " location_area_code 34462" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 34462" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008CDB0100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061BC2E962F224869E110101101D009D0400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008D740100000049061BC2E962F224869E110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DA70100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061BC2E962F224869E110101101D009D0400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E400100000049061BC2E962F224869E110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D009D0400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, 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@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_lac finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_rach_tx_int in module Test. MTC@cda27c303b74: Test case TC_rach_tx_int started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.938047. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "rach tx integer 14" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " rach tx integer 14" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " rach tx integer 14" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach tx integer 14" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach tx integer 14" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach tx integer 14" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " rach tx integer 14" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 14" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008E730100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB90400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB90400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061BC2E962F224869E110101101D00B90400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F0C0100000049061BC2E962F224869E110101101D00B90400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F3F0100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '10'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB38000000000000000000000000000B904002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008F72010000005506198FB38000000000000000000000000000B904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000B904002B'O MTC@cda27c303b74: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB90400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB90400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB90400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061BC2E962F224869E110101101D00B90400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008FD80100000049061BC2E962F224869E110101101D00B90400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D00B90400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '10'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_rach_tx_int finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_rach_max_tx in module Test. MTC@cda27c303b74: Test case TC_rach_max_tx started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.302487. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "rach max transmission 1" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach max transmission 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach max transmission 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach max transmission 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " rach max transmission 1" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000900B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090710100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090A40100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000090D70100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000003904002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000910A010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000913D0100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091700100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_rach_max_tx finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_attach in module Test. MTC@cda27c303b74: Test case TC_attach started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.472711. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091A30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092090100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000923C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000926F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000003904002B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092A2010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000092D50100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093080100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_attach finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_dtx_ul in module Test. MTC@cda27c303b74: Test case TC_dtx_ul started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.901628. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "dtx uplink force" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " dtx uplink force" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " dtx uplink force" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " dtx uplink force" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " dtx uplink force" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " dtx uplink force" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000933B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093A10100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000093D40100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Warning: BSCVTY: Dropping partial message MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_dtx_ul finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_emerg_allowed in module Test. MTC@cda27c303b74: Test case TC_emerg_allowed started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.903210. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: 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@cda27c303b74: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094070100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000003904002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000943A010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000946D0100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094A00100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000094D30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095390100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000956C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110101101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_emerg_allowed finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_bs_pa_mfrms in module Test. MTC@cda27c303b74: Test case TC_bs_pa_mfrms started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.085493. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 2" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 2" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 2" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000959F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000003904002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000095D2010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096050100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061BC2E962F224869E110001101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096380100000049061BC2E962F224869E110001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000966B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D10100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000096D10100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061BC2E962F224869E110001101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097040100000049061BC2E962F224869E110001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E110001101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_bs_pa_mfrms finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_bs_ag_blks_res in module Test. MTC@cda27c303b74: Test case TC_bs_ag_blks_res started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.906931. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 6" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 6" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 6" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 6" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 6" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 6" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 6" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 6" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097370100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000003904002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000976A010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000979D0100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000097D00100000049061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098030100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098690100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098690100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000989C0100000049061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 6, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_bs_ag_blks_res finished. Verdict: pass MC@cda27c303b74: Test execution finished. MTC@cda27c303b74: Executing test case TC_radio_link_timeout in module Test. MTC@cda27c303b74: Test case TC_radio_link_timeout started. MTC@cda27c303b74: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@cda27c303b74: Port GSMTAP was started. MTC@cda27c303b74: Port BSCVTY was started. MTC@cda27c303b74: Component type Test.dummy_CT was initialized. MTC@cda27c303b74: Function rnd() returned 0.020464. MTC@cda27c303b74: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was mapped to system:GSMTAP. MTC@cda27c303b74: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@cda27c303b74: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@cda27c303b74: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was mapped to system:BSCVTY. MTC@cda27c303b74: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@cda27c303b74: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@cda27c303b74: Sent on BSCVTY to system charstring : "enable" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@cda27c303b74: Message with id 1 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "configure terminal" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@cda27c303b74: Message with id 2 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "network" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " network" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@cda27c303b74: Message with id 3 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@cda27c303b74: Message with id 4 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "radio-link-timeout 4" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 4" id 7 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Matching on port BSCVTY " radio-link-timeout 4" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " radio-link-timeout 4" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " radio-link-timeout 4" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " radio-link-timeout 4" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " radio-link-timeout 4" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 4" id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "end" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: " end" with ? matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@cda27c303b74: Message with id 9 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@cda27c303b74: Message with id 10 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@cda27c303b74: Start timer T: 2 s MTC@cda27c303b74: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@cda27c303b74: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@cda27c303b74: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@cda27c303b74: Message with id 11 was extracted from the queue of BSCVTY. MTC@cda27c303b74: Stop timer T: 2 s MTC@cda27c303b74: Start timer T: 1 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000098CF0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000003904002B'O } id 2 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009902010000005506198FB380000000000000000000000000003904002B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF390400'O } id 3 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099350100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 4 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099680100000049061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 4 MTC@cda27c303b74: Timeout T: 1 s MTC@cda27c303b74: Message with id 1 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 2 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 3 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Message with id 4 was extracted from the queue of GSMTAP. MTC@cda27c303b74: Port GSMTAP was cleared. MTC@cda27c303b74: Start timer T: 10 s MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000999B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@cda27c303b74: Message with id 5 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 34462 }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@cda27c303b74: Message with id 6 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@cda27c303b74: 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@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A010100000059061A00000000000000000000000000000000FF390400'O } id 7 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A010100000059061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 MTC@cda27c303b74: Message with id 7 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF390400'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@cda27c303b74: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 8 MTC@cda27c303b74: dec_GsmtapMessage(): Stream before decoding: '020401000367000000009A340100000049061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } MTC@cda27c303b74: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Matching on port GSMTAP succeeded: matched MTC@cda27c303b74: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 MTC@cda27c303b74: Message with id 8 was extracted from the queue of GSMTAP. MTC@cda27c303b74: dec_SystemInformation(): Stream before decoding: '49061BC2E962F224869E310001101D00390400392B2B2B'O MTC@cda27c303b74: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 49897, lai := { mcc_mnc := '262F42'H, lac := 34462 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 6, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 0, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 0 }, rach_control := { max_retrans := '00'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@cda27c303b74: setverdict(pass): none -> pass MTC@cda27c303b74: Terminating component type Test.dummy_CT. MTC@cda27c303b74: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was unmapped from system:GSMTAP. MTC@cda27c303b74: Port GSMTAP was stopped. MTC@cda27c303b74: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was unmapped from system:BSCVTY. MTC@cda27c303b74: Port BSCVTY was stopped. MTC@cda27c303b74: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@cda27c303b74: Waiting for PTCs to finish. MTC@cda27c303b74: Setting final verdict of the test case. MTC@cda27c303b74: Local verdict of MTC: pass MTC@cda27c303b74: No PTCs were created. MTC@cda27c303b74: Test case TC_radio_link_timeout finished. Verdict: pass MC@cda27c303b74: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@cda27c303b74: Terminating MTC. MTC@cda27c303b74: Verdict statistics: 0 none (0.00 %), 22 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@cda27c303b74: Test execution summary: 22 test cases were executed. Overall verdict: pass MTC@cda27c303b74: Exit was requested from MC. Terminating MTC. MC@cda27c303b74: MTC terminated. MC2> exit MC@cda27c303b74: Shutting down session. HC@cda27c303b74: MTC finished. Process statistics: { process id: 20, terminated normally, exit status: 0, user time: 0.492000 s, system time: 0.160000 s, maximum resident set size: 15436, integral resident set size: 0, page faults not requiring physical I/O: 392, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 1976, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 846, involuntary context switches: 122 } HC@cda27c303b74: Exit was requested from MC. Terminating HC. MC@cda27c303b74: Shutdown complete. 04:16:50.900119 hc TTCN-3 Host Controller started on cda27c303b74. Version: CRL 113 200/6 R1A. 04:16:50.900162 hc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error 04:16:50.900165 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 04:16:50.900430 hc The address of MC was set to cda27c303b74[172.18.0.230]:0. 04:16:50.900559 hc The local IP address of the control connection to MC is 172.18.0.230. 04:16:50.900576 hc Connected to MC. 04:16:50.900601 hc This host supports UNIX domain sockets for local communication. 04:16:50.901089 hc Processing configuration data received from MC. 04:16:50.901771 hc Initializing module GSMTAP_PortType. 04:16:50.901802 hc Initializing module GSMTAP_Types. 04:16:50.901834 hc Initializing module Osmocom_Types. 04:16:50.901867 hc Initialization of module Osmocom_Types finished. 04:16:50.901902 hc Initialization of module GSMTAP_Types finished. 04:16:50.901934 hc Initializing module IPL4asp_PortType. 04:16:50.901966 hc Initializing module IPL4asp_Types. 04:16:50.901999 hc Initializing module Socket_API_Definitions. 04:16:50.902030 hc Initialization of module Socket_API_Definitions finished. 04:16:50.902062 hc Initialization of module IPL4asp_Types finished. 04:16:50.902115 hc Initialization of module IPL4asp_PortType finished. 04:16:50.902146 hc Initialization of module GSMTAP_PortType finished. 04:16:50.902173 hc Initializing module GSM_RR_Types. 04:16:50.902207 hc Initializing module RLCMAC_CSN1_Types. 04:16:50.902241 hc Initializing module GSM_Types. 04:16:50.902276 hc Initializing module General_Types. 04:16:50.902306 hc Initialization of module General_Types finished. 04:16:50.902367 hc Initialization of module GSM_Types finished. 04:16:50.902396 hc Initialization of module RLCMAC_CSN1_Types finished. 04:16:50.902426 hc Initialization of module GSM_RR_Types finished. 04:16:50.902458 hc Initializing module GSM_SystemInformation. 04:16:50.902576 hc Initialization of module GSM_SystemInformation finished. 04:16:50.902609 hc Initializing module IPL4_GSMTAP_CtrlFunct. 04:16:50.902648 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 04:16:50.902680 hc Initializing module IPL4asp_Functions. 04:16:50.902714 hc Initializing module TCCInterface_Functions. 04:16:50.902747 hc Initializing module TCCConversion_Functions. 04:16:50.902781 hc Initialization of module TCCConversion_Functions finished. 04:16:50.902816 hc Initialization of module TCCInterface_Functions finished. 04:16:50.902846 hc Initialization of module IPL4asp_Functions finished. 04:16:50.902876 hc Initializing module Osmocom_VTY_Functions. 04:16:50.902910 hc Initializing module TELNETasp_PortType. 04:16:50.902940 hc Initialization of module TELNETasp_PortType finished. 04:16:50.902978 hc Initialization of module Osmocom_VTY_Functions finished. 04:16:50.903010 hc Initializing module PreGenRecordOf. 04:16:50.903040 hc Initialization of module PreGenRecordOf finished. 04:16:50.903071 hc Initializing module Test. 04:16:50.903270 hc Initialization of module Test finished. 04:16:50.903310 hc Initializing module TitanLoggerApi. 04:16:50.903341 hc Initialization of module TitanLoggerApi finished. 04:16:50.903373 hc Initializing module TitanLoggerControl. 04:16:50.903404 hc Initialization of module TitanLoggerControl finished. 04:16:50.903443 hc Configuration data was processed successfully. 04:16:50.903812 hc MTC was created. Process id: 20. 04:16:50.904061 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 04:16:50.904447 mtc TTCN-3 Main Test Component started on cda27c303b74. Version: CRL 113 200/6 R1A. 04:16:50.904506 mtc TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=No; LogEventTypes:=No; SourceInfoFormat:=None; *.FileMask:=LOG_ALL; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error 04:16:50.904597 mtc Connected to MC. 04:16:50.905026 mtc Executing test case TC_si1 in module Test. 04:16:50.905218 mtc Test case TC_si1 started. 04:16:50.905248 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 04:16:50.905358 mtc Port GSMTAP was started. 04:16:50.905387 mtc Port BSCVTY was started. 04:16:50.905399 mtc Component type Test.dummy_CT was initialized. 04:16:50.905441 mtc SI: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:16:50.905883 mtc SI: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:50.906014 mtc SI: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 0, lai := { mcc_mnc := '262F42'H, lac := 1234 }, ctrl_chan_desc := { mscrr := false, att := true, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '10'B, radio_link_timeout := '0111'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } 04:16:50.906240 mtc SI: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 1234 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := '11'B, tx_integer := '1001'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:16:50.906501 mtc setverdict(pass): none -> pass 04:16:50.906533 mtc Terminating component type Test.dummy_CT. 04:16:50.906550 mtc Port GSMTAP was stopped. 04:16:50.906569 mtc Port BSCVTY was stopped. 04:16:50.906581 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 04:16:50.906596 mtc Waiting for PTCs to finish. 04:16:50.906857 mtc Setting final verdict of the test case. 04:16:50.906893 mtc Local verdict of MTC: pass 04:16:50.906924 mtc No PTCs were created. 04:16:50.906942 mtc Test case TC_si1 finished. Verdict: pass 04:16:50.906999 mtc Executing test case TC_telnet in module Test. 04:16:50.907034 mtc Test case TC_telnet started. 04:16:50.907063 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 04:16:50.907115 mtc Port GSMTAP was started. 04:16:50.907161 mtc Port BSCVTY was started. 04:16:50.907181 mtc Component type Test.dummy_CT was initialized. 04:16:50.907235 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:50.907330 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:50.907433 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:50.907587 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:50.907809 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:50.908154 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:50.908322 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 04:16:50.908686 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 04:16:50.908757 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:16:50.908877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:16:50.908925 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:50.909025 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:50.909080 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:50.909121 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:50.909248 mtc Sent on BSCVTY to system charstring : "enable" 04:16:50.909339 mtc Start timer T: 2 s 04:16:50.909454 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:16:50.909600 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:16:50.909674 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:50.909762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:50.909813 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:50.909843 mtc Stop timer T: 2 s 04:16:50.909874 mtc Sent on BSCVTY to system charstring : "show network" 04:16:50.909926 mtc Start timer T: 2 s 04:16:50.910154 mtc Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 04:16:50.910229 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 04:16:50.910838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 04:16:50.910879 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:50.910940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 04:16:50.910971 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:50.911000 mtc Stop timer T: 2 s 04:16:50.911040 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:50.911198 mtc Start timer T: 2 s 04:16:50.911361 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 04:16:50.911535 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 04:16:50.911569 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:50.911598 mtc Stop timer T: 2 s 04:16:50.911638 mtc Sent on BSCVTY to system charstring : "network" 04:16:50.911688 mtc Start timer T: 2 s 04:16:50.911852 mtc Message enqueued on BSCVTY from system charstring : " network" id 5 04:16:50.911906 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:16:50.912010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 04:16:50.912048 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:50.912147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:16:50.912183 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:50.912198 mtc Stop timer T: 2 s 04:16:50.912225 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:50.912293 mtc Start timer T: 2 s 04:16:50.912456 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7 04:16:50.912518 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:50.912658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 04:16:50.912693 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:50.912790 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:50.912820 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:50.912845 mtc Stop timer T: 2 s 04:16:50.912885 mtc Sent on BSCVTY to system charstring : "end" 04:16:50.912951 mtc Start timer T: 2 s 04:16:50.913083 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:16:50.913116 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:16:50.913237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:16:50.913270 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:50.913334 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:16:50.913372 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:50.913395 mtc Stop timer T: 2 s 04:16:50.913424 mtc setverdict(pass): none -> pass 04:16:50.913450 mtc Terminating component type Test.dummy_CT. 04:16:50.913485 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:50.913577 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:50.913629 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:50.913659 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:50.913685 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:50.913710 mtc Port GSMTAP was stopped. 04:16:50.913734 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:50.913799 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:50.913842 mtc Port BSCVTY was stopped. 04:16:50.913866 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 04:16:50.913893 mtc Waiting for PTCs to finish. 04:16:50.913981 mtc Setting final verdict of the test case. 04:16:50.914026 mtc Local verdict of MTC: pass 04:16:50.914058 mtc No PTCs were created. 04:16:50.914081 mtc Test case TC_telnet finished. Verdict: pass 04:16:50.914142 mtc Executing test case TC_si_default in module Test. 04:16:50.914174 mtc Test case TC_si_default started. 04:16:50.914198 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 04:16:50.914267 mtc Port GSMTAP was started. 04:16:50.914302 mtc Port BSCVTY was started. 04:16:50.914315 mtc Component type Test.dummy_CT was initialized. 04:16:50.914337 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:50.914384 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:50.914455 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:50.914503 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:50.914559 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:50.914769 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:50.914848 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:50.914887 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:50.914925 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:50.914958 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:50.915045 mtc Sent on BSCVTY to system charstring : "enable" 04:16:50.915119 mtc Start timer T: 2 s 04:16:50.915189 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:50.915256 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:50.915288 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:50.915314 mtc Stop timer T: 2 s 04:16:50.915367 mtc Port GSMTAP was cleared. 04:16:50.915401 mtc Start timer T: 8 s 04:16:50.970715 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O } id 1 04:16:50.971030 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 04:16:50.971365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 04:16:50.971511 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:50.971849 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:51.206088 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 04:16:51.206462 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 04:16:51.206715 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 04:16:51.206848 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:51.207230 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:51.441290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 04:16:51.441453 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 04:16:51.441555 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 04:16:51.441619 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:51.441811 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:51.676660 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 4 04:16:51.676980 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 04:16:51.677176 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 04:16:51.677270 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:51.677538 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:16:51.911955 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 04:16:51.912252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 04:16:51.912488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 04:16:51.912615 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:51.912804 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:52.147550 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 04:16:52.147885 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:16:52.148083 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:16:52.148168 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:52.148545 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:52.382826 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 04:16:52.383180 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:16:52.383467 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:16:52.383608 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:52.383915 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:52.618111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 04:16:52.618416 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 04:16:52.618601 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 04:16:52.618687 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:52.618922 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:16:52.853641 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O } id 9 04:16:52.854029 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 04:16:52.854321 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 04:16:52.854444 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:16:52.854737 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:53.088878 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 04:16:53.089222 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:16:53.089417 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:16:53.089509 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:16:53.089748 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:53.324118 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 04:16:53.324363 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:16:53.324558 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:16:53.324651 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:16:53.324925 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:53.559582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 12 04:16:53.559962 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:16:53.560212 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 04:16:53.560335 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:16:53.560678 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:16:53.794845 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 13 04:16:53.795189 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:16:53.795417 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 04:16:53.795499 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:16:53.795697 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:54.030501 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 04:16:54.030913 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:16:54.031165 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:16:54.031290 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:16:54.031613 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:54.265849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 04:16:54.266305 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:16:54.266565 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:16:54.266684 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:16:54.267026 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:54.501022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 04:16:54.501361 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 04:16:54.501556 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 04:16:54.501643 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:16:54.501863 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:16:54.736614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O } id 17 04:16:54.737049 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 04:16:54.737345 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 04:16:54.737473 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:16:54.737718 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:54.971708 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 04:16:54.971964 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:16:54.972112 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:16:54.972206 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:16:54.972545 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:55.207333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 04:16:55.207684 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:16:55.207906 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:16:55.208032 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:16:55.208385 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:55.442386 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 20 04:16:55.442688 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:16:55.442896 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 04:16:55.442982 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:16:55.443230 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:16:55.677924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 21 04:16:55.678331 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:16:55.678608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 04:16:55.678749 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:16:55.679080 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:55.913112 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 04:16:55.913380 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:16:55.913562 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:16:55.913629 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:16:55.913845 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:56.148621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 04:16:56.148978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:16:56.149200 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:16:56.149297 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:16:56.149585 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:56.384158 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 04:16:56.384579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 04:16:56.384863 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 04:16:56.385012 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:16:56.385239 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:16:56.619276 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A90100000059061A00000000000000000000000000000000FF9D0400'O } id 25 04:16:56.619586 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 04:16:56.619960 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 04:16:56.620098 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:16:56.620322 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:56.854841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 04:16:56.855198 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:16:56.855471 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:16:56.855604 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:16:56.855962 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:57.090227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 04:16:57.090595 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:16:57.090811 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:16:57.090927 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:16:57.091220 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:57.325582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 28 04:16:57.325935 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:16:57.326156 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 04:16:57.326321 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:16:57.326602 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:16:57.560966 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 29 04:16:57.561349 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:16:57.561578 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 04:16:57.561686 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:16:57.561937 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:57.796335 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 04:16:57.796818 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 04:16:57.797095 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 04:16:57.797228 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:16:57.797549 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:58.031687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 04:16:58.032078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 04:16:58.032347 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 04:16:58.032514 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:16:58.032897 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '012B2B2B2B2B2B2B2B2B'O } } } 04:16:58.266943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 04:16:58.267318 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 04:16:58.267543 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 04:16:58.267658 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:16:58.267906 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:16:58.502431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A410100000059061A00000000000000000000000000000000FF9D0400'O } id 33 04:16:58.502797 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 04:16:58.503040 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 04:16:58.503181 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:16:58.503441 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:16:58.737837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 04:16:58.738248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 04:16:58.738518 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 04:16:58.738671 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:16:58.738991 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '3C0B2B2B'O ("<\v++") } } } 04:16:58.915693 mtc Timeout T: 8 s 04:16:58.915787 mtc "TC_si_default": TC=0 has #of SI=4 04:16:58.915872 mtc "TC_si_default": TC=1 has #of SI=4 04:16:58.915911 mtc "TC_si_default": TC=2 has #of SI=4 04:16:58.915941 mtc "TC_si_default": TC=3 has #of SI=4 04:16:58.915991 mtc "TC_si_default": TC=4 has #of SI=4 04:16:58.916023 mtc "TC_si_default": TC=5 has #of SI=5 04:16:58.916057 mtc "TC_si_default": TC=6 has #of SI=5 04:16:58.916087 mtc "TC_si_default": TC=7 has #of SI=4 04:16:58.916205 mtc setverdict(pass): none -> pass 04:16:58.916307 mtc Terminating component type Test.dummy_CT. 04:16:58.916387 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:58.916525 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:58.916576 mtc Port GSMTAP was stopped. 04:16:58.916604 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:58.916724 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:58.916801 mtc Port BSCVTY was stopped. 04:16:58.916853 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 04:16:58.916890 mtc Waiting for PTCs to finish. 04:16:58.917046 mtc Setting final verdict of the test case. 04:16:58.917147 mtc Local verdict of MTC: pass 04:16:58.917214 mtc No PTCs were created. 04:16:58.917268 mtc Test case TC_si_default finished. Verdict: pass 04:16:58.917417 mtc Executing test case TC_si_sched_2bis in module Test. 04:16:58.917515 mtc Test case TC_si_sched_2bis started. 04:16:58.917576 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 04:16:58.917682 mtc Port GSMTAP was started. 04:16:58.917749 mtc Port BSCVTY was started. 04:16:58.917790 mtc Component type Test.dummy_CT was initialized. 04:16:58.917839 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:58.918060 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:58.918218 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:58.918305 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:58.918447 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:58.919121 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:58.919252 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:58.919506 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:58.919585 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:58.919659 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:58.919819 mtc Sent on BSCVTY to system charstring : "enable" 04:16:58.920113 mtc Start timer T: 2 s 04:16:58.920261 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:58.920375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:58.920446 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:58.920483 mtc Stop timer T: 2 s 04:16:58.920586 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:58.920844 mtc Start timer T: 2 s 04:16:58.921129 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:16:58.921275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:16:58.921288 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:58.921295 mtc Stop timer T: 2 s 04:16:58.921306 mtc Sent on BSCVTY to system charstring : "network" 04:16:58.921323 mtc Start timer T: 2 s 04:16:58.921379 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:16:58.921394 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:16:58.921439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:16:58.921455 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:58.921502 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:16:58.921515 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:58.921542 mtc Stop timer T: 2 s 04:16:58.921564 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:58.921590 mtc Start timer T: 2 s 04:16:58.921636 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:16:58.921651 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:16:58.921706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:16:58.921720 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:58.921781 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:16:58.921809 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:58.921821 mtc Stop timer T: 2 s 04:16:58.921843 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:16:58.921880 mtc Start timer T: 2 s 04:16:58.921985 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:16:58.922002 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:58.922081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:16:58.922111 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:58.922160 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:58.922174 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:58.922185 mtc Stop timer T: 2 s 04:16:58.922210 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:16:58.922238 mtc Start timer T: 2 s 04:16:58.922318 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:58.922336 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:16:58.922437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:58.922453 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:58.922514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:16:58.922532 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:58.922544 mtc Stop timer T: 2 s 04:16:58.922564 mtc Sent on BSCVTY to system charstring : "end" 04:16:58.922597 mtc Start timer T: 2 s 04:16:58.922632 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:16:58.922655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:16:58.922704 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:16:58.922724 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:16:58.922752 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:16:58.922765 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:16:58.922777 mtc Stop timer T: 2 s 04:16:58.922794 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:58.922818 mtc Start timer T: 2 s 04:16:58.922876 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:16:58.922937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:16:58.922952 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:16:58.922962 mtc Stop timer T: 2 s 04:16:58.922975 mtc Sent on BSCVTY to system charstring : "network" 04:16:58.922995 mtc Start timer T: 2 s 04:16:58.923042 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:16:58.923059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:16:58.923100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:16:58.923111 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:16:58.923138 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:16:58.923150 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:16:58.923157 mtc Stop timer T: 2 s 04:16:58.923168 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:58.923189 mtc Start timer T: 2 s 04:16:58.923232 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:16:58.923247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:16:58.923285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:16:58.923295 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:16:58.923323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:16:58.923334 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:16:58.923340 mtc Stop timer T: 2 s 04:16:58.923353 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:16:58.923371 mtc Start timer T: 2 s 04:16:58.923437 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 04:16:58.923452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:16:58.923497 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 04:16:58.923508 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:16:58.923536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:16:58.923545 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:16:58.923553 mtc Stop timer T: 2 s 04:16:58.923565 mtc Sent on BSCVTY to system charstring : "end" 04:16:58.923582 mtc Start timer T: 2 s 04:16:58.923621 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:16:58.923636 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:16:58.923689 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:16:58.923703 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:16:58.923728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:16:58.923742 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:16:58.923754 mtc Stop timer T: 2 s 04:16:58.923771 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:58.923793 mtc Start timer T: 2 s 04:16:58.923844 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:16:58.923890 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:16:58.923904 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:16:58.923916 mtc Stop timer T: 2 s 04:16:58.923938 mtc Sent on BSCVTY to system charstring : "network" 04:16:58.923960 mtc Start timer T: 2 s 04:16:58.923998 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:16:58.924015 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:16:58.924071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:16:58.924085 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:16:58.924128 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:16:58.924142 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:16:58.924153 mtc Stop timer T: 2 s 04:16:58.924171 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:58.924193 mtc Start timer T: 2 s 04:16:58.924233 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:16:58.924249 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:16:58.924286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:16:58.924297 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:16:58.924338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:16:58.924351 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:16:58.924363 mtc Stop timer T: 2 s 04:16:58.924380 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:58.924455 mtc Start timer T: 2 s 04:16:58.924488 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:16:58.924504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:16:58.924560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:16:58.924574 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:16:58.924615 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:16:58.924628 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:16:58.924641 mtc Stop timer T: 2 s 04:16:58.924659 mtc Sent on BSCVTY to system charstring : "end" 04:16:58.924682 mtc Start timer T: 2 s 04:16:58.924722 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:16:58.924736 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:16:58.924793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:16:58.924807 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:16:58.924833 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:16:58.924845 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:16:58.924856 mtc Stop timer T: 2 s 04:16:58.924873 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:58.924896 mtc Start timer T: 2 s 04:16:58.924945 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:16:58.924990 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:16:58.924999 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:16:58.925007 mtc Stop timer T: 2 s 04:16:58.925017 mtc Sent on BSCVTY to system charstring : "network" 04:16:58.925035 mtc Start timer T: 2 s 04:16:58.925072 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:16:58.925088 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:16:58.925144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:16:58.925158 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:16:58.925199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:16:58.925212 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:16:58.925224 mtc Stop timer T: 2 s 04:16:58.925241 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:58.925263 mtc Start timer T: 2 s 04:16:58.925303 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:16:58.925322 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:16:58.925359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:16:58.925368 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:16:58.925396 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:16:58.925405 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:16:58.925412 mtc Stop timer T: 2 s 04:16:58.925428 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:58.925447 mtc Start timer T: 2 s 04:16:58.925513 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:16:58.925529 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:16:58.925584 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 04:16:58.925596 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:16:58.925638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:16:58.925651 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:16:58.925663 mtc Stop timer T: 2 s 04:16:58.925680 mtc Sent on BSCVTY to system charstring : "end" 04:16:58.925703 mtc Start timer T: 2 s 04:16:58.925743 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:16:58.925757 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:16:58.925794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:16:58.925803 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:16:58.925818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:16:58.925826 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:16:58.925834 mtc Stop timer T: 2 s 04:16:58.925845 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:58.925862 mtc Start timer T: 2 s 04:16:58.926181 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:16:58.926223 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:16:58.927592 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 40 04:16:58.927631 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:16:58.927650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:16:58.927658 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:16:58.927665 mtc Stop timer T: 2 s 04:16:58.927678 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:58.927698 mtc Start timer T: 2 s 04:16:58.927821 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:16:58.927861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:16:58.927877 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:16:58.927891 mtc Stop timer T: 2 s 04:16:58.927910 mtc Start timer T: 1 s 04:16:58.972902 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:16:58.973141 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:16:59.208277 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:16:59.208603 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:16:59.443874 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:16:59.444235 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:16:59.679222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4 04:16:59.679542 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4 04:16:59.914392 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:16:59.914655 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:16:59.927929 mtc Timeout T: 1 s 04:16:59.928046 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:59.928091 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:59.928119 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:59.928150 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:59.928185 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:59.928211 mtc Port GSMTAP was cleared. 04:16:59.928238 mtc Start timer T: 8 s 04:17:00.149974 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:00.150339 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:00.150623 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:00.150742 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:00.150952 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:00.385336 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 04:17:00.385692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 04:17:00.385936 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 04:17:00.386055 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:00.386324 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:00.620547 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 04:17:00.620927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 04:17:00.621190 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 04:17:00.621298 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:00.621619 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:17:00.856055 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 04:17:00.856387 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 04:17:00.856677 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 04:17:00.856807 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:00.857163 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:01.091436 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 10 04:17:01.091805 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 04:17:01.092028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 04:17:01.092131 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:01.092404 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:01.326822 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:17:01.327209 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:17:01.327466 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 04:17:01.327584 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:01.327856 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:01.562146 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 12 04:17:01.562505 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 04:17:01.562708 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 04:17:01.562799 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:01.563107 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:17:01.797527 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 04:17:01.797894 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 04:17:01.798150 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 04:17:01.798287 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:01.798648 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:02.032875 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 04:17:02.033218 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 04:17:02.033465 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 04:17:02.033589 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:02.033828 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_13 (0) }, payload := { other := '9000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } 04:17:02.268242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 04:17:02.268732 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 04:17:02.269027 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 04:17:02.269131 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:02.269379 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:02.503623 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 16 04:17:02.504065 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 04:17:02.504360 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 04:17:02.504529 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:02.504852 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:17:02.738973 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 04:17:02.739354 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 04:17:02.739630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 04:17:02.739745 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:02.740102 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:02.974341 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 18 04:17:02.974764 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 04:17:02.975054 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 04:17:02.975154 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:02.975364 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:03.209745 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:17:03.210097 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:17:03.210301 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 04:17:03.210428 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:03.210716 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:03.445106 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 20 04:17:03.445461 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 04:17:03.445682 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 04:17:03.445804 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:03.446112 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:17:03.680300 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 04:17:03.680620 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 04:17:03.680833 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 04:17:03.680959 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:03.681272 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:03.915628 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 04:17:03.915919 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 04:17:03.916120 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 04:17:03.916219 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:03.916474 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:04.151007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 04:17:04.151336 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 04:17:04.151537 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 04:17:04.151634 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:04.151880 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:04.386548 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 24 04:17:04.386966 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 04:17:04.387226 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 04:17:04.387343 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:04.387660 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:17:04.621798 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 04:17:04.622205 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 04:17:04.622454 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 04:17:04.622589 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:04.622923 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:04.857261 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 26 04:17:04.857607 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 04:17:04.857833 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 04:17:04.857957 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:04.858267 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:05.092517 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:17:05.092823 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:17:05.093026 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 04:17:05.093134 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:05.093324 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:05.328013 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 28 04:17:05.328337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 04:17:05.328616 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 04:17:05.328744 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:05.329137 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:17:05.563379 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 04:17:05.563715 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 04:17:05.563977 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 04:17:05.564111 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:05.564496 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:05.798752 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 04:17:05.799086 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:05.799358 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:05.799490 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:05.799716 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:06.034084 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 04:17:06.034497 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 04:17:06.051648 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 04:17:06.051757 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:06.052007 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:06.269264 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 32 04:17:06.269559 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 04:17:06.269756 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 04:17:06.269841 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:06.270089 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:17:06.504594 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 04:17:06.504854 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 04:17:06.505017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 04:17:06.505088 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:06.505345 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:06.740216 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 34 04:17:06.740667 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 04:17:06.740949 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 04:17:06.741055 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:06.741314 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:06.975335 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 04:17:06.975619 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 04:17:06.975763 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 04:17:06.975835 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:06.976066 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:17:07.210721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 36 04:17:07.211023 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 04:17:07.211214 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 04:17:07.211296 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:07.211553 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:17:07.446280 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 04:17:07.446633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 04:17:07.446842 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 04:17:07.446938 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:07.447332 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:07.681438 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 04:17:07.681738 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 04:17:07.681932 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 04:17:07.682017 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:07.682202 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:07.916909 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O } id 39 04:17:07.917363 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 39 04:17:07.917630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 39 04:17:07.917727 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:07.918013 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:07.928312 mtc Timeout T: 8 s 04:17:07.928450 mtc "TC_si_sched_2bis": TC=0 has #of SI=4 04:17:07.928541 mtc "TC_si_sched_2bis": TC=1 has #of SI=4 04:17:07.928585 mtc "TC_si_sched_2bis": TC=2 has #of SI=4 04:17:07.928619 mtc "TC_si_sched_2bis": TC=3 has #of SI=4 04:17:07.928653 mtc "TC_si_sched_2bis": TC=4 has #of SI=5 04:17:07.928684 mtc "TC_si_sched_2bis": TC=5 has #of SI=5 04:17:07.928714 mtc "TC_si_sched_2bis": TC=6 has #of SI=4 04:17:07.928759 mtc "TC_si_sched_2bis": TC=7 has #of SI=4 04:17:07.928851 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:07.929005 mtc Start timer T: 2 s 04:17:07.929381 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:17:07.929746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:17:07.929830 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:07.929890 mtc Stop timer T: 2 s 04:17:07.929961 mtc Sent on BSCVTY to system charstring : "network" 04:17:07.930061 mtc Start timer T: 2 s 04:17:07.930280 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:17:07.930365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:17:07.930577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:17:07.930639 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:07.930795 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:17:07.930848 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:07.930893 mtc Stop timer T: 2 s 04:17:07.930961 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:07.931069 mtc Start timer T: 2 s 04:17:07.931297 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:17:07.931375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:07.931570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:17:07.931622 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:07.931761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:07.931829 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:07.931864 mtc Stop timer T: 2 s 04:17:07.931934 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:07.932026 mtc Start timer T: 2 s 04:17:07.932356 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:17:07.932497 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:07.932762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:17:07.932821 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:07.932950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:07.932990 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:07.933022 mtc Stop timer T: 2 s 04:17:07.933077 mtc Sent on BSCVTY to system charstring : "end" 04:17:07.933169 mtc Start timer T: 2 s 04:17:07.933426 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:17:07.933548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:17:07.933835 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:17:07.933913 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:07.934044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:17:07.934093 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:07.934136 mtc Stop timer T: 2 s 04:17:07.934189 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:07.934218 mtc Start timer T: 2 s 04:17:07.934344 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:17:07.934460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:17:07.934479 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:07.934495 mtc Stop timer T: 2 s 04:17:07.934513 mtc Sent on BSCVTY to system charstring : "network" 04:17:07.934541 mtc Start timer T: 2 s 04:17:07.934609 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:17:07.934643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:17:07.934713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:17:07.934729 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:07.934777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:17:07.934791 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:07.934803 mtc Stop timer T: 2 s 04:17:07.934823 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:07.934855 mtc Start timer T: 2 s 04:17:07.934927 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:17:07.934949 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:07.935012 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:17:07.935035 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:07.935097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:07.935120 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:07.935135 mtc Stop timer T: 2 s 04:17:07.935154 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:07.935180 mtc Start timer T: 2 s 04:17:07.935288 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:17:07.935312 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:07.935375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:17:07.935389 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:07.935427 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:07.935449 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:07.935461 mtc Stop timer T: 2 s 04:17:07.935480 mtc Sent on BSCVTY to system charstring : "end" 04:17:07.935559 mtc Start timer T: 2 s 04:17:07.935588 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:17:07.935609 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:17:07.935685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:17:07.935705 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:07.935742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:17:07.935759 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:07.935775 mtc Stop timer T: 2 s 04:17:07.935799 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:07.935832 mtc Start timer T: 2 s 04:17:07.935958 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:17:07.936032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:17:07.936055 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:07.936072 mtc Stop timer T: 2 s 04:17:07.936098 mtc Sent on BSCVTY to system charstring : "network" 04:17:07.936133 mtc Start timer T: 2 s 04:17:07.936208 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:17:07.936230 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:17:07.936310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:17:07.936329 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:07.936387 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:17:07.936406 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:07.936433 mtc Stop timer T: 2 s 04:17:07.936459 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:07.936531 mtc Start timer T: 2 s 04:17:07.936570 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:17:07.936590 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:07.936667 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:17:07.936686 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:07.936743 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:07.936763 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:07.936779 mtc Stop timer T: 2 s 04:17:07.936804 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:07.936834 mtc Start timer T: 2 s 04:17:07.936928 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:17:07.936951 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:07.937021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:17:07.937037 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:07.937075 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:07.937088 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:07.937099 mtc Stop timer T: 2 s 04:17:07.937116 mtc Sent on BSCVTY to system charstring : "end" 04:17:07.937194 mtc Start timer T: 2 s 04:17:07.937221 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:17:07.937241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:17:07.937314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:17:07.937335 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:07.937368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:17:07.937385 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:07.937400 mtc Stop timer T: 2 s 04:17:07.937423 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:07.937463 mtc Start timer T: 2 s 04:17:07.937533 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:17:07.937610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:17:07.937630 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:07.937647 mtc Stop timer T: 2 s 04:17:07.937671 mtc Sent on BSCVTY to system charstring : "network" 04:17:07.937701 mtc Start timer T: 2 s 04:17:07.937761 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:17:07.937793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:17:07.937889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:17:07.937912 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:07.937975 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:17:07.937994 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:07.938011 mtc Stop timer T: 2 s 04:17:07.938039 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:07.938074 mtc Start timer T: 2 s 04:17:07.938140 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:17:07.938164 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:07.938218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:17:07.938234 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:07.938275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:07.938289 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:07.938298 mtc Stop timer T: 2 s 04:17:07.938319 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:07.938344 mtc Start timer T: 2 s 04:17:07.938437 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:17:07.938460 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:07.938533 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:17:07.938550 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:07.938605 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:07.938625 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:07.938642 mtc Stop timer T: 2 s 04:17:07.938666 mtc Sent on BSCVTY to system charstring : "end" 04:17:07.938698 mtc Start timer T: 2 s 04:17:07.938755 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:17:07.938775 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:07.938833 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:17:07.938854 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:07.938890 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:07.938907 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:07.938923 mtc Stop timer T: 2 s 04:17:07.938945 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:07.938977 mtc Start timer T: 2 s 04:17:07.939399 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:17:07.939458 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:07.941181 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:17:07.941234 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:07.941257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:07.941268 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:07.941276 mtc Stop timer T: 2 s 04:17:07.941294 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:07.941319 mtc Start timer T: 2 s 04:17:07.941627 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:17:07.941680 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:17:07.941701 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:07.941721 mtc Stop timer T: 2 s 04:17:07.941739 mtc Start timer T: 1 s 04:17:08.152180 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 04:17:08.152528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 04:17:08.387471 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 04:17:08.387756 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 04:17:08.622930 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 42 04:17:08.623261 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 42 04:17:08.858463 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 43 04:17:08.858869 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 04:17:08.941763 mtc Timeout T: 1 s 04:17:08.941907 mtc setverdict(pass): none -> pass 04:17:08.942019 mtc Terminating component type Test.dummy_CT. 04:17:08.942086 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:08.942198 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:08.942263 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:08.942330 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:08.942383 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:08.942440 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:17:08.942486 mtc Port GSMTAP was stopped. 04:17:08.942535 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:08.942685 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:08.942785 mtc Port BSCVTY was stopped. 04:17:08.942836 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 04:17:08.942879 mtc Waiting for PTCs to finish. 04:17:08.942961 mtc Setting final verdict of the test case. 04:17:08.943002 mtc Local verdict of MTC: pass 04:17:08.943046 mtc No PTCs were created. 04:17:08.943086 mtc Test case TC_si_sched_2bis finished. Verdict: pass 04:17:08.943209 mtc Executing test case TC_si_sched_2ter in module Test. 04:17:08.943280 mtc Test case TC_si_sched_2ter started. 04:17:08.943325 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 04:17:08.943427 mtc Port GSMTAP was started. 04:17:08.943487 mtc Port BSCVTY was started. 04:17:08.943528 mtc Component type Test.dummy_CT was initialized. 04:17:08.943576 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:08.943704 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:08.943822 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:08.943891 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:08.944013 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:08.944442 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:08.944575 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:08.944651 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:08.944717 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:08.944784 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:08.944944 mtc Sent on BSCVTY to system charstring : "enable" 04:17:08.945056 mtc Start timer T: 2 s 04:17:08.945228 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:08.945360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:08.945425 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:08.945479 mtc Stop timer T: 2 s 04:17:08.945545 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:08.945640 mtc Start timer T: 2 s 04:17:08.945961 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:08.946175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:08.946194 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:08.946209 mtc Stop timer T: 2 s 04:17:08.946230 mtc Sent on BSCVTY to system charstring : "network" 04:17:08.946305 mtc Start timer T: 2 s 04:17:08.946345 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:08.946365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:08.946437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:08.946455 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:08.946508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:08.946524 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:08.946538 mtc Stop timer T: 2 s 04:17:08.946561 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:08.946589 mtc Start timer T: 2 s 04:17:08.946666 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:08.946687 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:08.946757 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:08.946776 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:08.946830 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:08.946847 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:08.946861 mtc Stop timer T: 2 s 04:17:08.946886 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:08.947004 mtc Start timer T: 2 s 04:17:08.947045 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:17:08.947070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:08.947151 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:17:08.947184 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:08.947237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:08.947253 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:08.947267 mtc Stop timer T: 2 s 04:17:08.947286 mtc Sent on BSCVTY to system charstring : "end" 04:17:08.947316 mtc Start timer T: 2 s 04:17:08.947369 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:08.947386 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:08.947451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:08.947468 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:08.947498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:08.947513 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:08.947526 mtc Stop timer T: 2 s 04:17:08.947545 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:08.947573 mtc Start timer T: 2 s 04:17:08.947633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:17:08.947696 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:17:08.947713 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:08.947727 mtc Stop timer T: 2 s 04:17:08.947748 mtc Sent on BSCVTY to system charstring : "network" 04:17:08.947776 mtc Start timer T: 2 s 04:17:08.947828 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:17:08.947847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:17:08.947912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:17:08.947929 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:08.947982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:17:08.947999 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:08.948014 mtc Stop timer T: 2 s 04:17:08.948035 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:08.948064 mtc Start timer T: 2 s 04:17:08.948121 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:17:08.948141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:17:08.948191 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:17:08.948209 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:08.948262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:17:08.948278 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:08.948294 mtc Stop timer T: 2 s 04:17:08.948318 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:17:08.948346 mtc Start timer T: 2 s 04:17:08.948439 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 04:17:08.948461 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:08.948515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 04:17:08.948528 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:08.948561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:08.948572 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:08.948582 mtc Stop timer T: 2 s 04:17:08.948603 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:17:08.948627 mtc Start timer T: 2 s 04:17:08.948708 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:17:08.948729 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:17:08.948793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:17:08.948807 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:08.948841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:17:08.948852 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:08.948862 mtc Stop timer T: 2 s 04:17:08.948875 mtc Sent on BSCVTY to system charstring : "end" 04:17:08.948897 mtc Start timer T: 2 s 04:17:08.948946 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:17:08.948963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:17:08.949009 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:17:08.949021 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:08.949038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:17:08.949046 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:08.949056 mtc Stop timer T: 2 s 04:17:08.949070 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:08.949092 mtc Start timer T: 2 s 04:17:08.949151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:17:08.949216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:17:08.949233 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:08.949247 mtc Stop timer T: 2 s 04:17:08.949266 mtc Sent on BSCVTY to system charstring : "network" 04:17:08.949294 mtc Start timer T: 2 s 04:17:08.949349 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:17:08.949372 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:17:08.949438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:17:08.949455 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:08.949504 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:17:08.949520 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:08.949534 mtc Stop timer T: 2 s 04:17:08.949557 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:08.949583 mtc Start timer T: 2 s 04:17:08.949636 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:17:08.949655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:17:08.949701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:17:08.949714 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:08.949746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:17:08.949756 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:08.949763 mtc Stop timer T: 2 s 04:17:08.949777 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:08.949799 mtc Start timer T: 2 s 04:17:08.949867 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:17:08.949887 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:17:08.949952 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:17:08.949968 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:08.950019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:17:08.950035 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:08.950049 mtc Stop timer T: 2 s 04:17:08.950070 mtc Sent on BSCVTY to system charstring : "end" 04:17:08.950098 mtc Start timer T: 2 s 04:17:08.950146 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:17:08.950179 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:17:08.950227 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:17:08.950244 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:08.950274 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:17:08.950290 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:08.950303 mtc Stop timer T: 2 s 04:17:08.950322 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:08.950349 mtc Start timer T: 2 s 04:17:08.950406 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:17:08.950458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:17:08.950471 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:08.950486 mtc Stop timer T: 2 s 04:17:08.950507 mtc Sent on BSCVTY to system charstring : "network" 04:17:08.950532 mtc Start timer T: 2 s 04:17:08.950577 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:17:08.950597 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:17:08.950656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:17:08.950673 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:08.950720 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:17:08.950736 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:08.950750 mtc Stop timer T: 2 s 04:17:08.950769 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:08.950796 mtc Start timer T: 2 s 04:17:08.950843 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:17:08.950861 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:17:08.950905 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:17:08.950915 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:08.950944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:17:08.950953 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:08.950961 mtc Stop timer T: 2 s 04:17:08.950976 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:08.950997 mtc Start timer T: 2 s 04:17:08.951073 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:17:08.951092 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:17:08.951155 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:17:08.951168 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:08.951199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:17:08.951210 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:08.951218 mtc Stop timer T: 2 s 04:17:08.951231 mtc Sent on BSCVTY to system charstring : "end" 04:17:08.951251 mtc Start timer T: 2 s 04:17:08.951297 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:17:08.951314 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:17:08.951356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:17:08.951367 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:08.951385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:17:08.951395 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:08.951404 mtc Stop timer T: 2 s 04:17:08.951417 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:08.951438 mtc Start timer T: 2 s 04:17:08.951810 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:17:08.951859 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:17:08.953392 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:17:08.953437 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:08.953459 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:17:08.953468 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:08.953475 mtc Stop timer T: 2 s 04:17:08.953490 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:08.953511 mtc Start timer T: 2 s 04:17:08.953643 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:17:08.953686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:17:08.953703 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:08.953717 mtc Stop timer T: 2 s 04:17:08.953732 mtc Start timer T: 1 s 04:17:09.093847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 04:17:09.094206 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1 04:17:09.329066 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:09.329412 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:17:09.564551 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:17:09.564928 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:17:09.799679 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 4 04:17:09.799944 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 4 04:17:09.953749 mtc Timeout T: 1 s 04:17:09.953862 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:09.953911 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:09.953945 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:09.953982 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:09.954028 mtc Port GSMTAP was cleared. 04:17:09.954074 mtc Start timer T: 8 s 04:17:10.035334 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 04:17:10.035712 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 04:17:10.035977 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5 04:17:10.036086 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:10.036464 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:10.270672 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:10.271064 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:10.271340 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:10.271477 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:10.271788 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:10.505834 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:17:10.506179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:17:10.506384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:17:10.506461 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:10.506673 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:10.741186 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:17:10.741451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:17:10.741614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:17:10.741740 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:10.741981 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:10.976539 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 04:17:10.976816 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 04:17:10.977004 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9 04:17:10.977086 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:10.977340 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:11.211894 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 04:17:11.212159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:17:11.212362 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10 04:17:11.212499 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:11.212747 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:11.447175 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 04:17:11.447407 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 04:17:11.447561 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 04:17:11.447660 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:11.447796 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:11.682565 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000656901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 12 04:17:11.682848 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 12 04:17:11.683079 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 12 04:17:11.683178 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:11.683382 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:17:11.918157 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 04:17:11.918497 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 04:17:11.918709 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13 04:17:11.918860 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:11.919124 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:12.153578 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 04:17:12.153975 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14 04:17:12.154258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14 04:17:12.154386 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:12.154745 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:12.388673 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:17:12.388924 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 04:17:12.389073 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 04:17:12.389140 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:12.389368 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:12.624173 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:17:12.624496 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 04:17:12.624676 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 04:17:12.624767 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:12.624999 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:12.859701 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 04:17:12.860095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 04:17:12.860364 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17 04:17:12.860529 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:12.860883 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:13.094881 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 04:17:13.095232 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18 04:17:13.095431 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18 04:17:13.095509 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:13.095829 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:13.330207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 04:17:13.330454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19 04:17:13.330611 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 19 04:17:13.330716 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:13.330927 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:13.565631 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000670101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 20 04:17:13.565994 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 20 04:17:13.566230 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 20 04:17:13.566341 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:13.566595 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:17:13.801131 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 04:17:13.801499 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 04:17:13.801737 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21 04:17:13.801848 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:13.802186 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:14.036275 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 04:17:14.037075 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:17:14.037298 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22 04:17:14.037394 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:14.037717 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:14.271842 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:17:14.272168 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23 04:17:14.272366 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 23 04:17:14.272512 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:14.272811 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:14.507219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:17:14.507579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24 04:17:14.507791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 24 04:17:14.507896 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:14.508176 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:14.742598 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 04:17:14.742978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:17:14.743247 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:17:14.743363 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:14.743650 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:14.977959 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 04:17:14.978312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:17:14.978551 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26 04:17:14.978675 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:14.979046 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:15.213333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 04:17:15.213689 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:17:15.213941 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:17:15.214054 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:15.214298 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:15.448739 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000689901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 28 04:17:15.449142 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 28 04:17:15.449401 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 28 04:17:15.449516 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:15.449781 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:17:15.684064 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 04:17:15.684530 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 04:17:15.684805 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29 04:17:15.684938 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:15.685265 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:15.919241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 04:17:15.919562 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:15.919755 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:15.919840 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:15.920142 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:16.154819 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:17:16.155209 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:16.155486 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:16.155623 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:16.155885 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:16.390174 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:17:16.390575 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:16.390857 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:16.390977 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:16.391290 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:16.625552 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 04:17:16.625876 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 04:17:16.626098 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33 04:17:16.626236 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:16.626578 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:16.860892 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 04:17:16.861294 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:17:16.861565 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34 04:17:16.861691 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:16.862026 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:17.096067 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 04:17:17.096311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:17.096492 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:17.096598 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:17.096745 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:17.331626 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A3101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 36 04:17:17.331974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 36 04:17:17.332180 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 36 04:17:17.332269 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:17.332511 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:17:17.566952 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 04:17:17.567327 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 04:17:17.567565 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37 04:17:17.567675 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:17.568001 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:17.802350 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 04:17:17.802716 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:17:17.802938 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38 04:17:17.803063 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:17.803440 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:17.954302 mtc Timeout T: 8 s 04:17:17.954452 mtc "TC_si_sched_2ter": TC=0 has #of SI=4 04:17:17.954518 mtc "TC_si_sched_2ter": TC=1 has #of SI=4 04:17:17.954556 mtc "TC_si_sched_2ter": TC=2 has #of SI=4 04:17:17.954599 mtc "TC_si_sched_2ter": TC=3 has #of SI=4 04:17:17.954648 mtc "TC_si_sched_2ter": TC=4 has #of SI=4 04:17:17.954707 mtc "TC_si_sched_2ter": TC=5 has #of SI=4 04:17:17.954748 mtc "TC_si_sched_2ter": TC=6 has #of SI=5 04:17:17.954787 mtc "TC_si_sched_2ter": TC=7 has #of SI=5 04:17:17.954875 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:17.955047 mtc Start timer T: 2 s 04:17:17.955433 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:17:17.955697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:17:17.955754 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:17.955792 mtc Stop timer T: 2 s 04:17:17.955853 mtc Sent on BSCVTY to system charstring : "network" 04:17:17.955938 mtc Start timer T: 2 s 04:17:17.956168 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:17:17.956296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:17:17.957294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:17:17.957392 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:17.957622 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:17:17.957693 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:17.957748 mtc Stop timer T: 2 s 04:17:17.957817 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:17.957907 mtc Start timer T: 2 s 04:17:17.958167 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:17:17.958253 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:17.958528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:17:17.958590 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:17.958758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:17.958827 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:17.958867 mtc Stop timer T: 2 s 04:17:17.958929 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:17.959012 mtc Start timer T: 2 s 04:17:17.959251 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:17:17.959291 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:17.959385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:17:17.959404 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:17.959452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:17.959467 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:17.959478 mtc Stop timer T: 2 s 04:17:17.959496 mtc Sent on BSCVTY to system charstring : "end" 04:17:17.959526 mtc Start timer T: 2 s 04:17:17.959601 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:17:17.959634 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:17:17.959706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:17:17.959724 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:17.959755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:17:17.959772 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:17.959787 mtc Stop timer T: 2 s 04:17:17.959808 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:17.959840 mtc Start timer T: 2 s 04:17:17.959925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:17:17.959990 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:17:17.960010 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:17.960024 mtc Stop timer T: 2 s 04:17:17.960042 mtc Sent on BSCVTY to system charstring : "network" 04:17:17.960068 mtc Start timer T: 2 s 04:17:17.960145 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:17:17.960175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:17:17.960261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:17:17.960285 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:17.960341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:17:17.960356 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:17.960366 mtc Stop timer T: 2 s 04:17:17.960384 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:17.960433 mtc Start timer T: 2 s 04:17:17.960486 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:17:17.960511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:17.960601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:17:17.960623 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:17.960685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:17.960706 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:17.960723 mtc Stop timer T: 2 s 04:17:17.960752 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:17.960787 mtc Start timer T: 2 s 04:17:17.960878 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:17:17.960901 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:17.960968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:17:17.960984 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:17.961025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:17.961039 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:17.961049 mtc Stop timer T: 2 s 04:17:17.961067 mtc Sent on BSCVTY to system charstring : "end" 04:17:17.961092 mtc Start timer T: 2 s 04:17:17.961165 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:17:17.961183 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:17:17.961234 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:17:17.961251 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:17.961271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:17:17.961281 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:17.961290 mtc Stop timer T: 2 s 04:17:17.961304 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:17.961328 mtc Start timer T: 2 s 04:17:17.961401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:17:17.961479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:17:17.961501 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:17.961517 mtc Stop timer T: 2 s 04:17:17.961543 mtc Sent on BSCVTY to system charstring : "network" 04:17:17.961575 mtc Start timer T: 2 s 04:17:17.961637 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:17:17.961663 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:17:17.961742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:17:17.961761 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:17.961821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:17:17.961840 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:17.961857 mtc Stop timer T: 2 s 04:17:17.961883 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:17.961914 mtc Start timer T: 2 s 04:17:17.961975 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:17:17.961999 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:17.962075 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:17:17.962095 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:17.962173 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:17.962195 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:17.962213 mtc Stop timer T: 2 s 04:17:17.962242 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:17.962278 mtc Start timer T: 2 s 04:17:17.962365 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:17:17.962391 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:17.962482 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:17:17.962511 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:17.962580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:17.962602 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:17.962620 mtc Stop timer T: 2 s 04:17:17.962647 mtc Sent on BSCVTY to system charstring : "end" 04:17:17.962684 mtc Start timer T: 2 s 04:17:17.962751 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:17:17.962776 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:17:17.962862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:17:17.962884 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:17.962925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:17:17.962945 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:17.962964 mtc Stop timer T: 2 s 04:17:17.962992 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:17.963029 mtc Start timer T: 2 s 04:17:17.963106 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:17:17.963193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:17:17.963216 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:17.963236 mtc Stop timer T: 2 s 04:17:17.963264 mtc Sent on BSCVTY to system charstring : "network" 04:17:17.963339 mtc Start timer T: 2 s 04:17:17.963384 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:17:17.963407 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:17:17.963494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:17:17.963517 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:17.963584 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:17:17.963605 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:17.963624 mtc Stop timer T: 2 s 04:17:17.963653 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:17.963689 mtc Start timer T: 2 s 04:17:17.963756 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:17:17.963779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:17.963840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:17:17.963854 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:17.963898 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:17.963913 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:17.963928 mtc Stop timer T: 2 s 04:17:17.963960 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:17.963995 mtc Start timer T: 2 s 04:17:17.964105 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:17:17.964132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:17.964219 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:17:17.964237 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:17.964279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:17.964292 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:17.964302 mtc Stop timer T: 2 s 04:17:17.964320 mtc Sent on BSCVTY to system charstring : "end" 04:17:17.964347 mtc Start timer T: 2 s 04:17:17.964421 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:17:17.964447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:17.964532 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:17:17.964561 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:17.964602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:17.964622 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:17.964640 mtc Stop timer T: 2 s 04:17:17.964665 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:17.964703 mtc Start timer T: 2 s 04:17:17.965200 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:17:17.965261 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:17.967054 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:17:17.967107 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:17.967130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:17.967142 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:17.967150 mtc Stop timer T: 2 s 04:17:17.967170 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:17.967197 mtc Start timer T: 2 s 04:17:17.967360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:17:17.967411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:17:17.967434 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:17.967453 mtc Stop timer T: 2 s 04:17:17.967471 mtc Start timer T: 1 s 04:17:18.037397 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 39 04:17:18.037628 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:18.273093 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:17:18.273428 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:18.508256 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:17:18.508549 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:17:18.743651 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:17:18.744039 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42 04:17:18.967495 mtc Timeout T: 1 s 04:17:18.967640 mtc setverdict(pass): none -> pass 04:17:18.967760 mtc Terminating component type Test.dummy_CT. 04:17:18.967821 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:18.967926 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:18.967995 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:18.968074 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:18.968127 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:18.968174 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:18.968227 mtc Port GSMTAP was stopped. 04:17:18.968279 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:18.968462 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:18.968527 mtc Port BSCVTY was stopped. 04:17:18.968570 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 04:17:18.968628 mtc Waiting for PTCs to finish. 04:17:18.968728 mtc Setting final verdict of the test case. 04:17:18.968770 mtc Local verdict of MTC: pass 04:17:18.968815 mtc No PTCs were created. 04:17:18.968861 mtc Test case TC_si_sched_2ter finished. Verdict: pass 04:17:18.969004 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 04:17:18.969088 mtc Test case TC_si_sched_2ter_2bis started. 04:17:18.969135 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 04:17:18.969248 mtc Port GSMTAP was started. 04:17:18.969308 mtc Port BSCVTY was started. 04:17:18.969346 mtc Component type Test.dummy_CT was initialized. 04:17:18.969398 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:18.969505 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:18.969603 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:18.969665 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:18.969789 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:18.970199 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:18.970320 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:18.970394 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:18.970461 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:18.970518 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:18.970671 mtc Sent on BSCVTY to system charstring : "enable" 04:17:18.970782 mtc Start timer T: 2 s 04:17:18.970956 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:18.971097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:18.971164 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:18.971216 mtc Stop timer T: 2 s 04:17:18.971283 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:18.971532 mtc Start timer T: 2 s 04:17:18.971768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:18.971994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:18.972044 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:18.972083 mtc Stop timer T: 2 s 04:17:18.972145 mtc Sent on BSCVTY to system charstring : "network" 04:17:18.972245 mtc Start timer T: 2 s 04:17:18.972545 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:18.972667 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:18.972905 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:18.972975 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:18.973149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:18.973163 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:18.973175 mtc Stop timer T: 2 s 04:17:18.973193 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:18.973220 mtc Start timer T: 2 s 04:17:18.973270 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:18.973287 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:18.973345 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:18.973359 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:18.973402 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:18.973415 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:18.973427 mtc Stop timer T: 2 s 04:17:18.973447 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:17:18.973470 mtc Start timer T: 2 s 04:17:18.973568 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:17:18.973588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:18.973657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:17:18.973672 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:18.973713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:18.973726 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:18.973738 mtc Stop timer T: 2 s 04:17:18.973760 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:17:18.973783 mtc Start timer T: 2 s 04:17:18.973898 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:18.973923 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:17:18.974006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:18.974023 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:18.974069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:17:18.974083 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:18.974095 mtc Stop timer T: 2 s 04:17:18.974113 mtc Sent on BSCVTY to system charstring : "end" 04:17:18.974140 mtc Start timer T: 2 s 04:17:18.974179 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:17:18.974197 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:17:18.974250 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:17:18.974265 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:18.974289 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:17:18.974300 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:18.974311 mtc Stop timer T: 2 s 04:17:18.974327 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:18.974349 mtc Start timer T: 2 s 04:17:18.974402 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:17:18.974455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:17:18.974469 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:18.974479 mtc Stop timer T: 2 s 04:17:18.974495 mtc Sent on BSCVTY to system charstring : "network" 04:17:18.974519 mtc Start timer T: 2 s 04:17:18.974581 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:17:18.974600 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:17:18.974656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:17:18.974676 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:18.974719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:17:18.974734 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:18.974745 mtc Stop timer T: 2 s 04:17:18.974761 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:18.974784 mtc Start timer T: 2 s 04:17:18.974845 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:17:18.974863 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:18.974915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:17:18.974931 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:18.974972 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:18.974986 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:18.974997 mtc Stop timer T: 2 s 04:17:18.975014 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:17:18.975038 mtc Start timer T: 2 s 04:17:18.975112 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:17:18.975126 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:17:18.975180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:17:18.975196 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:18.975237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:17:18.975249 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:18.975261 mtc Stop timer T: 2 s 04:17:18.975283 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:17:18.975307 mtc Start timer T: 2 s 04:17:18.975385 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:18.975405 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:17:18.975483 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:18.975498 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:18.975540 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:17:18.975553 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:18.975564 mtc Stop timer T: 2 s 04:17:18.975582 mtc Sent on BSCVTY to system charstring : "end" 04:17:18.975605 mtc Start timer T: 2 s 04:17:18.975647 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:17:18.975664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:17:18.975715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:17:18.975728 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:18.975751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:17:18.975764 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:18.975775 mtc Stop timer T: 2 s 04:17:18.975790 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:18.975810 mtc Start timer T: 2 s 04:17:18.975860 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:17:18.975917 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:17:18.975931 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:18.975942 mtc Stop timer T: 2 s 04:17:18.975957 mtc Sent on BSCVTY to system charstring : "network" 04:17:18.975979 mtc Start timer T: 2 s 04:17:18.976021 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:17:18.976044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:17:18.976100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:17:18.976112 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:18.976150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:17:18.976163 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:18.976171 mtc Stop timer T: 2 s 04:17:18.976184 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:18.976209 mtc Start timer T: 2 s 04:17:18.976257 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:17:18.976274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:17:18.976312 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:17:18.976322 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:18.976353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:17:18.976365 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:18.976373 mtc Stop timer T: 2 s 04:17:18.976386 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:18.976457 mtc Start timer T: 2 s 04:17:18.976490 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 04:17:18.976505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:17:18.976563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 04:17:18.976577 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:18.976618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:17:18.976632 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:18.976644 mtc Stop timer T: 2 s 04:17:18.976662 mtc Sent on BSCVTY to system charstring : "end" 04:17:18.976684 mtc Start timer T: 2 s 04:17:18.976723 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:17:18.976737 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:17:18.976793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:17:18.976807 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:18.976832 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:17:18.976844 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:18.976857 mtc Stop timer T: 2 s 04:17:18.976870 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:18.976887 mtc Start timer T: 2 s 04:17:18.976953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:17:18.977023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:17:18.977039 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:18.977050 mtc Stop timer T: 2 s 04:17:18.977068 mtc Sent on BSCVTY to system charstring : "network" 04:17:18.977135 mtc Start timer T: 2 s 04:17:18.977172 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:17:18.977192 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:17:18.977245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:17:18.977257 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:18.977285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:17:18.977294 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:18.977300 mtc Stop timer T: 2 s 04:17:18.977312 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:18.977330 mtc Start timer T: 2 s 04:17:18.977380 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:17:18.977414 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:17:18.977480 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:17:18.977520 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:18.977590 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:17:18.977622 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:18.977636 mtc Stop timer T: 2 s 04:17:18.977659 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:18.977699 mtc Start timer T: 2 s 04:17:18.977789 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:17:18.977806 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:17:18.977912 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:17:18.977931 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:18.977997 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:17:18.978014 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:18.978030 mtc Stop timer T: 2 s 04:17:18.978048 mtc Sent on BSCVTY to system charstring : "end" 04:17:18.978075 mtc Start timer T: 2 s 04:17:18.978118 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:17:18.978142 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:17:18.978189 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:17:18.978203 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:18.978222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:17:18.978230 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:18.978237 mtc Stop timer T: 2 s 04:17:18.978249 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:18.978272 mtc Start timer T: 2 s 04:17:18.978615 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:17:18.978664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:17:18.980114 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:17:18.980157 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:18.980176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:17:18.980184 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:18.980191 mtc Stop timer T: 2 s 04:17:18.980207 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:18.980227 mtc Start timer T: 2 s 04:17:18.980268 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:18.980348 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:18.980379 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:17:18.980424 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:17:18.980442 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:18.980455 mtc Stop timer T: 2 s 04:17:18.980470 mtc Start timer T: 1 s 04:17:19.214518 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 04:17:19.214896 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 04:17:19.449951 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 04:17:19.450295 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 04:17:19.685285 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:17:19.685635 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 04:17:19.920440 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 5 04:17:19.920712 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:19.980491 mtc Timeout T: 1 s 04:17:19.980657 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:19.980730 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:19.980783 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:19.980833 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:19.980883 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:19.980931 mtc Port GSMTAP was cleared. 04:17:19.980982 mtc Start timer T: 8 s 04:17:20.155762 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:17:20.156071 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:20.156286 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:20.156389 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:20.156685 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:17:20.391144 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 04:17:20.391429 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 04:17:20.391630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 04:17:20.391709 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:20.391963 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:20.626744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:17:20.627105 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:17:20.627350 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:17:20.627480 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:20.627817 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:20.862100 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 04:17:20.862495 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:20.862718 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:20.862813 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:20.863092 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:21.097434 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 04:17:21.097843 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:17:21.098115 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:17:21.098234 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:21.098518 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:21.332837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 04:17:21.333214 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 04:17:21.333479 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 04:17:21.333593 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:21.333901 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:21.567957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 04:17:21.568197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:17:21.568350 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:17:21.568444 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:21.568731 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:21.803520 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 13 04:17:21.803825 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:21.804050 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:21.804167 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:21.804506 mtc SI received at TC=0: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:22.038874 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 14 04:17:22.039276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:17:22.039565 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:17:22.039674 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:22.039946 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:17:22.274038 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 04:17:22.274334 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 04:17:22.274529 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 04:17:22.274615 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:22.274866 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:22.509623 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 04:17:22.510007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:17:22.510286 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:17:22.510404 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:22.510768 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:22.745010 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17 04:17:22.745430 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 04:17:22.745679 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17 04:17:22.745836 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:22.746084 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:17:22.980384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 04:17:22.980845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:17:22.981137 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:17:22.981267 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:22.981529 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:23.215554 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 04:17:23.215858 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 04:17:23.216048 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 04:17:23.216140 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:23.216405 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:23.451127 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 04:17:23.451528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:17:23.451800 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:17:23.451912 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:23.452242 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:23.686369 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 21 04:17:23.686776 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:23.687034 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:23.687166 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:23.687431 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:23.921727 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 22 04:17:23.922121 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:17:23.922380 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:17:23.922508 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:23.922803 mtc SI received at TC=1: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } 04:17:24.157011 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 04:17:24.157288 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 04:17:24.157504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 04:17:24.157627 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:24.157923 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:24.392342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 04:17:24.392659 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:24.392852 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:24.392948 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:24.393224 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:24.627966 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 04:17:24.628321 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:24.628627 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:24.628757 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:24.628978 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:24.863008 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 04:17:24.863287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:24.863468 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:24.863562 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:24.863783 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:25.098682 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 04:17:25.099082 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 04:17:25.099372 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 04:17:25.099509 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:25.099825 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:25.333807 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 04:17:25.334094 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:25.334289 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:25.334384 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:25.334604 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:25.569185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 29 04:17:25.569523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:25.569751 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:25.569840 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:25.570054 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:25.804557 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 30 04:17:25.804846 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:25.805030 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:25.805111 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:25.805316 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:26.039898 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 04:17:26.040164 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 04:17:26.040378 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 04:17:26.040478 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:26.040719 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:26.275330 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 04:17:26.275594 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:26.275759 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:26.275845 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:26.276078 mtc SI received at TC=3: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:26.510873 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 33 04:17:26.511278 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 04:17:26.511516 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 33 04:17:26.511643 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:26.511923 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:17:26.746280 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 04:17:26.746661 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:26.746926 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:26.747047 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:26.747325 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:26.981588 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 04:17:26.981998 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 04:17:26.982258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 04:17:26.982395 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:26.982740 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:27.216963 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 04:17:27.217349 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:27.217608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:27.217737 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:27.218091 mtc SI received at TC=7: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } 04:17:27.452074 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 37 04:17:27.452391 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:27.452636 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:27.452713 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:27.452916 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:27.687481 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 38 04:17:27.687777 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:27.687964 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:27.688048 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:27.688271 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:27.922746 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 39 04:17:27.923071 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 04:17:27.923278 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 04:17:27.923378 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:27.923653 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '192B2B2B'O } } } 04:17:27.981324 mtc Timeout T: 8 s 04:17:27.981464 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 04:17:27.981544 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=5 04:17:27.981607 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=5 04:17:27.981665 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 04:17:27.981729 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 04:17:27.981787 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 04:17:27.981866 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=4 04:17:27.981928 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=4 04:17:27.982077 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:27.982252 mtc Start timer T: 2 s 04:17:27.982569 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:17:27.982802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:17:27.982852 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:27.982891 mtc Stop timer T: 2 s 04:17:27.982964 mtc Sent on BSCVTY to system charstring : "network" 04:17:27.983189 mtc Start timer T: 2 s 04:17:27.983310 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:17:27.983372 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:17:27.983608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:17:27.983674 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:27.983846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:17:27.983924 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:27.983978 mtc Stop timer T: 2 s 04:17:27.984058 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:27.984155 mtc Start timer T: 2 s 04:17:27.984352 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:17:27.984443 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:27.984663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:17:27.984724 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:27.984901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:27.984957 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:27.985006 mtc Stop timer T: 2 s 04:17:27.985090 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:27.985189 mtc Start timer T: 2 s 04:17:27.985493 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:17:27.985568 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:17:27.985841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:17:27.985906 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:27.986087 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:17:27.986143 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:27.986190 mtc Stop timer T: 2 s 04:17:27.986263 mtc Sent on BSCVTY to system charstring : "end" 04:17:27.986365 mtc Start timer T: 2 s 04:17:27.986540 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:17:27.986604 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:17:27.986841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:17:27.986904 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:27.987007 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:17:27.987064 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:27.987117 mtc Stop timer T: 2 s 04:17:27.987134 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:27.987157 mtc Start timer T: 2 s 04:17:27.987209 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:17:27.987259 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:17:27.987274 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:27.987286 mtc Stop timer T: 2 s 04:17:27.987304 mtc Sent on BSCVTY to system charstring : "network" 04:17:27.987327 mtc Start timer T: 2 s 04:17:27.987368 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:17:27.987384 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:17:27.987436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:17:27.987450 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:27.987493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:17:27.987506 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:27.987518 mtc Stop timer T: 2 s 04:17:27.987537 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:27.987588 mtc Start timer T: 2 s 04:17:27.987617 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:17:27.987631 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:27.987686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:17:27.987700 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:27.987742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:27.987755 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:27.987771 mtc Stop timer T: 2 s 04:17:27.987791 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:27.987813 mtc Start timer T: 2 s 04:17:27.987891 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:17:27.987906 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:17:27.987969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:17:27.987982 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:27.988025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:17:27.988038 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:27.988049 mtc Stop timer T: 2 s 04:17:27.988067 mtc Sent on BSCVTY to system charstring : "end" 04:17:27.988124 mtc Start timer T: 2 s 04:17:27.988144 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:17:27.988159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:17:27.988213 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:17:27.988227 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:27.988250 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:17:27.988263 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:27.988274 mtc Stop timer T: 2 s 04:17:27.988290 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:27.988313 mtc Start timer T: 2 s 04:17:27.988364 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:17:27.988416 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:17:27.988428 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:27.988435 mtc Stop timer T: 2 s 04:17:27.988447 mtc Sent on BSCVTY to system charstring : "network" 04:17:27.988465 mtc Start timer T: 2 s 04:17:27.988504 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:17:27.988519 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:17:27.988555 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:17:27.988564 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:27.988591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:17:27.988599 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:27.988605 mtc Stop timer T: 2 s 04:17:27.988618 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:27.988635 mtc Start timer T: 2 s 04:17:27.988675 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:17:27.988691 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:27.988745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:17:27.988759 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:27.988800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:27.988814 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:27.988825 mtc Stop timer T: 2 s 04:17:27.988844 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:27.988866 mtc Start timer T: 2 s 04:17:27.988924 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:17:27.988940 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:17:27.988982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:17:27.988996 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:27.989039 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:17:27.989052 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:27.989064 mtc Stop timer T: 2 s 04:17:27.989081 mtc Sent on BSCVTY to system charstring : "end" 04:17:27.989109 mtc Start timer T: 2 s 04:17:27.989150 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:17:27.989162 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:17:27.989200 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:17:27.989209 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:27.989223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:17:27.989230 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:27.989236 mtc Stop timer T: 2 s 04:17:27.989246 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:27.989301 mtc Start timer T: 2 s 04:17:27.989329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:17:27.989381 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:17:27.989395 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:27.989407 mtc Stop timer T: 2 s 04:17:27.989424 mtc Sent on BSCVTY to system charstring : "network" 04:17:27.989446 mtc Start timer T: 2 s 04:17:27.989496 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:17:27.989512 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:17:27.989569 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:17:27.989581 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:27.989609 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:17:27.989618 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:27.989628 mtc Stop timer T: 2 s 04:17:27.989644 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:27.989663 mtc Start timer T: 2 s 04:17:27.989710 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:17:27.989729 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:27.989775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:17:27.989786 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:27.989822 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:27.989835 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:27.989843 mtc Stop timer T: 2 s 04:17:27.989857 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:27.989875 mtc Start timer T: 2 s 04:17:27.989951 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 04:17:27.989972 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:17:27.990043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 04:17:27.990056 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:27.990082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:17:27.990091 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:27.990097 mtc Stop timer T: 2 s 04:17:27.990108 mtc Sent on BSCVTY to system charstring : "end" 04:17:27.990125 mtc Start timer T: 2 s 04:17:27.990211 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:17:27.990247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:27.990307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:17:27.990320 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:27.990337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:27.990345 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:27.990353 mtc Stop timer T: 2 s 04:17:27.990365 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:27.990388 mtc Start timer T: 2 s 04:17:27.990697 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:17:27.990744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:17:27.992069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:17:27.992125 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:27.992148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:17:27.992162 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:17:27.992174 mtc Stop timer T: 2 s 04:17:27.992193 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:27.992216 mtc Start timer T: 2 s 04:17:27.992356 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:17:27.992396 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:17:27.992420 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:17:27.992435 mtc Stop timer T: 2 s 04:17:27.992448 mtc Start timer T: 1 s 04:17:28.158241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:17:28.158569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:28.393767 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 04:17:28.394125 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:17:28.629124 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:17:28.629466 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 04:17:28.864566 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 04:17:28.864908 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:17:28.992467 mtc Timeout T: 1 s 04:17:28.992578 mtc setverdict(pass): none -> pass 04:17:28.992695 mtc Terminating component type Test.dummy_CT. 04:17:28.992758 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:28.992837 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:28.992905 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:28.992979 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:28.993042 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:28.993090 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:17:28.993145 mtc Port GSMTAP was stopped. 04:17:28.993174 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:28.993392 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:28.993457 mtc Port BSCVTY was stopped. 04:17:28.993484 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 04:17:28.993518 mtc Waiting for PTCs to finish. 04:17:28.993645 mtc Setting final verdict of the test case. 04:17:28.993748 mtc Local verdict of MTC: pass 04:17:28.993804 mtc No PTCs were created. 04:17:28.993834 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass 04:17:28.993990 mtc Executing test case TC_si_sched_2quater in module Test. 04:17:28.994112 mtc Test case TC_si_sched_2quater started. 04:17:28.994166 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 04:17:28.994268 mtc Port GSMTAP was started. 04:17:28.994340 mtc Port BSCVTY was started. 04:17:28.994381 mtc Component type Test.dummy_CT was initialized. 04:17:28.994414 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:28.994521 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:28.994615 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:28.994692 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:28.994809 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:28.995342 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:28.995526 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:28.995619 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:28.995669 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:28.995711 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:28.995911 mtc Sent on BSCVTY to system charstring : "enable" 04:17:28.996030 mtc Start timer T: 2 s 04:17:28.996237 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:28.996369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:28.996461 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:28.996603 mtc Stop timer T: 2 s 04:17:28.996684 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:28.996782 mtc Start timer T: 2 s 04:17:28.997175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:28.997447 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:28.997513 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:28.997552 mtc Stop timer T: 2 s 04:17:28.997608 mtc Sent on BSCVTY to system charstring : "network" 04:17:28.997707 mtc Start timer T: 2 s 04:17:28.997894 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:28.997989 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:28.998238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:28.998300 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:28.998478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:28.998532 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:28.998579 mtc Stop timer T: 2 s 04:17:28.998650 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:28.998754 mtc Start timer T: 2 s 04:17:28.998966 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:28.999066 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:28.999297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:28.999361 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:28.999542 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:28.999598 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:28.999645 mtc Stop timer T: 2 s 04:17:28.999727 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:28.999825 mtc Start timer T: 2 s 04:17:29.000329 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:17:29.000400 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:29.000712 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:17:29.000773 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:29.000943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:29.000986 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:29.001013 mtc Stop timer T: 2 s 04:17:29.001053 mtc Sent on BSCVTY to system charstring : "end" 04:17:29.001130 mtc Start timer T: 2 s 04:17:29.001321 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:29.001436 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:29.001658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:29.001725 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:29.001824 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:29.001864 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:29.001892 mtc Stop timer T: 2 s 04:17:29.001937 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:29.002020 mtc Start timer T: 2 s 04:17:29.002235 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:17:29.002500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:17:29.002559 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:29.002595 mtc Stop timer T: 2 s 04:17:29.002644 mtc Sent on BSCVTY to system charstring : "network" 04:17:29.002719 mtc Start timer T: 2 s 04:17:29.002866 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:17:29.002925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:17:29.003157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:17:29.003217 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:29.003384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:17:29.003433 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:29.003465 mtc Stop timer T: 2 s 04:17:29.003511 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:29.003582 mtc Start timer T: 2 s 04:17:29.003800 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:17:29.003899 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:17:29.004159 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:17:29.004229 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:29.004543 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:17:29.004616 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:29.004804 mtc Stop timer T: 2 s 04:17:29.004885 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:29.004993 mtc Start timer T: 2 s 04:17:29.005229 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:17:29.005376 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:29.005654 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:17:29.005706 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:29.005838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:29.005942 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:29.005990 mtc Stop timer T: 2 s 04:17:29.006037 mtc Sent on BSCVTY to system charstring : "end" 04:17:29.006110 mtc Start timer T: 2 s 04:17:29.006293 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:17:29.006363 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:17:29.006661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:17:29.006855 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:29.006965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:17:29.007066 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:29.007115 mtc Stop timer T: 2 s 04:17:29.007184 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:29.007275 mtc Start timer T: 2 s 04:17:29.007536 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:17:29.007829 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:17:29.007957 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:29.008002 mtc Stop timer T: 2 s 04:17:29.008062 mtc Sent on BSCVTY to system charstring : "network" 04:17:29.008140 mtc Start timer T: 2 s 04:17:29.008403 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:17:29.008697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:17:29.008968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:17:29.009032 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:29.009144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:17:29.009153 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:29.009159 mtc Stop timer T: 2 s 04:17:29.009170 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:29.009188 mtc Start timer T: 2 s 04:17:29.009233 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:17:29.009268 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:17:29.009315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:17:29.009331 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:29.009379 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:17:29.009395 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:29.009407 mtc Stop timer T: 2 s 04:17:29.009426 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:29.009452 mtc Start timer T: 2 s 04:17:29.009513 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 04:17:29.009529 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:17:29.009570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 04:17:29.009581 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:29.009609 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:17:29.009618 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:29.009624 mtc Stop timer T: 2 s 04:17:29.009635 mtc Sent on BSCVTY to system charstring : "end" 04:17:29.009653 mtc Start timer T: 2 s 04:17:29.009694 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:17:29.009707 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:17:29.009747 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:17:29.009767 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:29.009794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:17:29.009806 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:29.009818 mtc Stop timer T: 2 s 04:17:29.009835 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:29.009858 mtc Start timer T: 2 s 04:17:29.009909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:17:29.009953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:17:29.009962 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:29.009968 mtc Stop timer T: 2 s 04:17:29.009977 mtc Sent on BSCVTY to system charstring : "network" 04:17:29.009996 mtc Start timer T: 2 s 04:17:29.010041 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:17:29.010058 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:17:29.010097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:17:29.010107 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:29.010145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:17:29.010159 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:29.010171 mtc Stop timer T: 2 s 04:17:29.010189 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:29.010211 mtc Start timer T: 2 s 04:17:29.010256 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:17:29.010273 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:17:29.010327 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:17:29.010341 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:29.010383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:17:29.010397 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:29.010409 mtc Stop timer T: 2 s 04:17:29.010431 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:17:29.010453 mtc Start timer T: 2 s 04:17:29.010529 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:17:29.010546 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:17:29.010592 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:17:29.010603 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:29.010632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:17:29.010641 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:29.010651 mtc Stop timer T: 2 s 04:17:29.010669 mtc Sent on BSCVTY to system charstring : "end" 04:17:29.010692 mtc Start timer T: 2 s 04:17:29.010731 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:17:29.010745 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:17:29.010782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:17:29.010792 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:29.010807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:17:29.010815 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:29.010821 mtc Stop timer T: 2 s 04:17:29.010831 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:29.010940 mtc Start timer T: 2 s 04:17:29.011182 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:17:29.011222 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:17:29.012610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:17:29.012653 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:29.012679 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:17:29.012691 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:29.012704 mtc Stop timer T: 2 s 04:17:29.012724 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:29.012748 mtc Start timer T: 2 s 04:17:29.012877 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:17:29.012909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:17:29.012924 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:29.012936 mtc Stop timer T: 2 s 04:17:29.012948 mtc Start timer T: 1 s 04:17:29.099547 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:29.099787 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:29.335155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:29.335433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 04:17:29.570426 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:29.570721 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:17:29.805957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 4 04:17:29.806314 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 4 04:17:30.012966 mtc Timeout T: 1 s 04:17:30.013089 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:30.013404 mtc Start timer T: 2 s 04:17:30.013550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:17:30.013821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:17:30.013917 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:30.013972 mtc Stop timer T: 2 s 04:17:30.014056 mtc Sent on BSCVTY to system charstring : "network" 04:17:30.014276 mtc Start timer T: 2 s 04:17:30.014403 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:17:30.014468 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:17:30.014706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:17:30.014767 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:30.014951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:17:30.015007 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:30.015055 mtc Stop timer T: 2 s 04:17:30.015130 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:30.015345 mtc Start timer T: 2 s 04:17:30.015467 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:17:30.015540 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:17:30.015754 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:17:30.015814 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:30.015944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:17:30.015985 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:30.016031 mtc Stop timer T: 2 s 04:17:30.016114 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:30.016212 mtc Start timer T: 2 s 04:17:30.016972 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:17:30.017056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:30.017278 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:17:30.017324 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:30.017428 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:30.017461 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:30.017486 mtc Stop timer T: 2 s 04:17:30.017526 mtc Sent on BSCVTY to system charstring : "end" 04:17:30.017607 mtc Start timer T: 2 s 04:17:30.017843 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:17:30.017949 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:17:30.018124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:17:30.018138 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:30.018158 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:17:30.018168 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:30.018176 mtc Stop timer T: 2 s 04:17:30.018191 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:30.018215 mtc Start timer T: 2 s 04:17:30.018282 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:17:30.018338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:17:30.018353 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:30.018365 mtc Stop timer T: 2 s 04:17:30.018385 mtc Sent on BSCVTY to system charstring : "network" 04:17:30.018408 mtc Start timer T: 2 s 04:17:30.018463 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:17:30.018482 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:17:30.018545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:17:30.018562 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:30.018610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:17:30.018625 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:30.018644 mtc Stop timer T: 2 s 04:17:30.018664 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:30.018690 mtc Start timer T: 2 s 04:17:30.018746 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:17:30.018766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:17:30.018830 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:17:30.018847 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:30.018896 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:17:30.018910 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:30.018923 mtc Stop timer T: 2 s 04:17:30.018945 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:30.018971 mtc Start timer T: 2 s 04:17:30.019046 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:17:30.019065 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:30.019114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:17:30.019125 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:30.019156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:30.019166 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:30.019173 mtc Stop timer T: 2 s 04:17:30.019184 mtc Sent on BSCVTY to system charstring : "end" 04:17:30.019247 mtc Start timer T: 2 s 04:17:30.019269 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:17:30.019285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:17:30.019345 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:17:30.019360 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:30.019390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:17:30.019404 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:30.019417 mtc Stop timer T: 2 s 04:17:30.019436 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:30.019462 mtc Start timer T: 2 s 04:17:30.019517 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:17:30.019577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:17:30.019592 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:30.019606 mtc Stop timer T: 2 s 04:17:30.019625 mtc Sent on BSCVTY to system charstring : "network" 04:17:30.019651 mtc Start timer T: 2 s 04:17:30.019697 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:17:30.019715 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:17:30.019756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:17:30.019766 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:30.019794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:17:30.019803 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:30.019809 mtc Stop timer T: 2 s 04:17:30.019822 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:30.019840 mtc Start timer T: 2 s 04:17:30.019889 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:17:30.019906 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:17:30.019947 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:17:30.019958 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:30.019989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:17:30.020000 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:30.020008 mtc Stop timer T: 2 s 04:17:30.020022 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:30.020094 mtc Start timer T: 2 s 04:17:30.020128 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:17:30.020145 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:30.020208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:17:30.020223 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:30.020270 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:30.020285 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:30.020298 mtc Stop timer T: 2 s 04:17:30.020317 mtc Sent on BSCVTY to system charstring : "end" 04:17:30.020343 mtc Start timer T: 2 s 04:17:30.020390 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:17:30.020407 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:17:30.020457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:17:30.020468 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:30.020485 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:17:30.020493 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:30.020499 mtc Stop timer T: 2 s 04:17:30.020511 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:30.020531 mtc Start timer T: 2 s 04:17:30.020593 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:17:30.020642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:17:30.020654 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:30.020666 mtc Stop timer T: 2 s 04:17:30.020685 mtc Sent on BSCVTY to system charstring : "network" 04:17:30.020710 mtc Start timer T: 2 s 04:17:30.020753 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:17:30.020770 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:17:30.020826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:17:30.020842 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:30.020888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:17:30.020903 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:30.020916 mtc Stop timer T: 2 s 04:17:30.020936 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:30.020994 mtc Start timer T: 2 s 04:17:30.021026 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:17:30.021042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:17:30.021116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:17:30.021131 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:30.021180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:17:30.021195 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:30.021208 mtc Stop timer T: 2 s 04:17:30.021230 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:30.021255 mtc Start timer T: 2 s 04:17:30.021326 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:17:30.021344 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:30.021418 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:17:30.021433 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:30.021480 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:30.021494 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:30.021507 mtc Stop timer T: 2 s 04:17:30.021526 mtc Sent on BSCVTY to system charstring : "end" 04:17:30.021612 mtc Start timer T: 2 s 04:17:30.021635 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:17:30.021652 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:17:30.021713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:17:30.021727 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:30.021755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:17:30.021769 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:30.021781 mtc Stop timer T: 2 s 04:17:30.021800 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:30.021827 mtc Start timer T: 2 s 04:17:30.022191 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:17:30.022242 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:30.023750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:17:30.023794 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:30.023821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:30.023834 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:30.023846 mtc Stop timer T: 2 s 04:17:30.023867 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:30.023894 mtc Start timer T: 2 s 04:17:30.024036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:17:30.024076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:17:30.024093 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:30.024119 mtc Stop timer T: 2 s 04:17:30.024133 mtc Start timer T: 1 s 04:17:30.040941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:30.041041 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:30.276464 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:30.276706 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:30.511831 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:30.512113 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:17:30.747334 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 04:17:30.747753 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:30.982585 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 04:17:30.982858 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:31.024149 mtc Timeout T: 1 s 04:17:31.024244 mtc setverdict(pass): none -> pass 04:17:31.024281 mtc Terminating component type Test.dummy_CT. 04:17:31.024315 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:31.024386 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:31.024495 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:31.024552 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:31.024592 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:31.024651 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:31.024697 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:31.024740 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:31.024777 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:31.024814 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:31.024858 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:31.024899 mtc Port GSMTAP was stopped. 04:17:31.024936 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:31.025058 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:31.025123 mtc Port BSCVTY was stopped. 04:17:31.025169 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 04:17:31.025227 mtc Waiting for PTCs to finish. 04:17:31.025406 mtc Setting final verdict of the test case. 04:17:31.025464 mtc Local verdict of MTC: pass 04:17:31.025517 mtc No PTCs were created. 04:17:31.025553 mtc Test case TC_si_sched_2quater finished. Verdict: pass 04:17:31.025654 mtc Executing test case TC_si_sched_13 in module Test. 04:17:31.025729 mtc Test case TC_si_sched_13 started. 04:17:31.025774 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 04:17:31.025867 mtc Port GSMTAP was started. 04:17:31.025934 mtc Port BSCVTY was started. 04:17:31.025966 mtc Component type Test.dummy_CT was initialized. 04:17:31.026004 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:31.026181 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:31.026342 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:31.026428 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:31.026562 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:31.027044 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:31.027169 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:31.027254 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:31.027322 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:31.027409 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:31.027563 mtc Sent on BSCVTY to system charstring : "enable" 04:17:31.027661 mtc Start timer T: 2 s 04:17:31.027962 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:31.028079 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:31.028123 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:31.028169 mtc Stop timer T: 2 s 04:17:31.028235 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:31.028336 mtc Start timer T: 2 s 04:17:31.028781 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:31.029065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:31.029129 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:31.029181 mtc Stop timer T: 2 s 04:17:31.029252 mtc Sent on BSCVTY to system charstring : "network" 04:17:31.029353 mtc Start timer T: 2 s 04:17:31.029674 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:31.029744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:31.029974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:31.030035 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:31.030205 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:31.030258 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:31.030305 mtc Stop timer T: 2 s 04:17:31.030375 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:31.030473 mtc Start timer T: 2 s 04:17:31.030673 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:31.030745 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:31.030973 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:31.031029 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:31.031199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:31.031252 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:31.031298 mtc Stop timer T: 2 s 04:17:31.031377 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:31.031469 mtc Start timer T: 2 s 04:17:31.031763 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:17:31.031835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:31.032098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:17:31.032161 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:31.032340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:31.032394 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:31.032477 mtc Stop timer T: 2 s 04:17:31.032547 mtc Sent on BSCVTY to system charstring : "end" 04:17:31.032647 mtc Start timer T: 2 s 04:17:31.032833 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:31.032897 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:31.033065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:31.033126 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:31.033151 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:31.033165 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:31.033177 mtc Stop timer T: 2 s 04:17:31.033194 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:31.033253 mtc Start timer T: 2 s 04:17:31.033281 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:17:31.033338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:17:31.033352 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:31.033365 mtc Stop timer T: 2 s 04:17:31.033383 mtc Sent on BSCVTY to system charstring : "network" 04:17:31.033404 mtc Start timer T: 2 s 04:17:31.033457 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:17:31.033479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:17:31.033524 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:17:31.033536 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:31.033566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:17:31.033579 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:31.033586 mtc Stop timer T: 2 s 04:17:31.033598 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:31.033617 mtc Start timer T: 2 s 04:17:31.033666 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:17:31.033681 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:17:31.033722 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:17:31.033733 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:31.033762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:17:31.033772 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:31.033778 mtc Stop timer T: 2 s 04:17:31.033790 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:31.033810 mtc Start timer T: 2 s 04:17:31.033879 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:17:31.033894 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:31.033939 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:17:31.033951 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:31.033981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:31.033991 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:31.033998 mtc Stop timer T: 2 s 04:17:31.034011 mtc Sent on BSCVTY to system charstring : "end" 04:17:31.034028 mtc Start timer T: 2 s 04:17:31.034070 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:17:31.034084 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:17:31.034123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:17:31.034133 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:31.034147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:17:31.034155 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:31.034163 mtc Stop timer T: 2 s 04:17:31.034179 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:31.034201 mtc Start timer T: 2 s 04:17:31.034253 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:17:31.034306 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:17:31.034321 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:31.034332 mtc Stop timer T: 2 s 04:17:31.034350 mtc Sent on BSCVTY to system charstring : "network" 04:17:31.034372 mtc Start timer T: 2 s 04:17:31.034413 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:17:31.034428 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:17:31.034470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:17:31.034485 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:31.034526 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:17:31.034543 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:31.034555 mtc Stop timer T: 2 s 04:17:31.034573 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:31.034627 mtc Start timer T: 2 s 04:17:31.034657 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:17:31.034672 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:17:31.034728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:17:31.034742 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:31.034783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:17:31.034797 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:31.034809 mtc Stop timer T: 2 s 04:17:31.034827 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:17:31.034849 mtc Start timer T: 2 s 04:17:31.034913 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 04:17:31.034929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:17:31.034985 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 04:17:31.035000 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:31.035041 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:17:31.035055 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:31.035066 mtc Stop timer T: 2 s 04:17:31.035084 mtc Sent on BSCVTY to system charstring : "end" 04:17:31.035107 mtc Start timer T: 2 s 04:17:31.035147 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:17:31.035162 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:17:31.035216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:17:31.035231 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:31.035256 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:17:31.035269 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:31.035280 mtc Stop timer T: 2 s 04:17:31.035296 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:31.035319 mtc Start timer T: 2 s 04:17:31.035368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:17:31.035421 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:17:31.035436 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:31.035447 mtc Stop timer T: 2 s 04:17:31.035463 mtc Sent on BSCVTY to system charstring : "network" 04:17:31.035487 mtc Start timer T: 2 s 04:17:31.035527 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:17:31.035544 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:17:31.035598 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:17:31.035612 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:31.035653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:17:31.035668 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:31.035680 mtc Stop timer T: 2 s 04:17:31.035700 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:31.035752 mtc Start timer T: 2 s 04:17:31.035781 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:17:31.035795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:17:31.035850 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:17:31.035864 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:31.035906 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:17:31.035920 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:31.035932 mtc Stop timer T: 2 s 04:17:31.035959 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:31.035982 mtc Start timer T: 2 s 04:17:31.036053 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 04:17:31.036072 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:17:31.036141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 04:17:31.036154 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:31.036188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:17:31.036202 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:31.036214 mtc Stop timer T: 2 s 04:17:31.036233 mtc Sent on BSCVTY to system charstring : "end" 04:17:31.036302 mtc Start timer T: 2 s 04:17:31.036326 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:17:31.036340 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:17:31.036394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:17:31.036408 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:31.036444 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:17:31.036456 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:31.036467 mtc Stop timer T: 2 s 04:17:31.036483 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:31.036603 mtc Start timer T: 2 s 04:17:31.036900 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:17:31.036948 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:17:31.038610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 38 04:17:31.038656 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:31.038680 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:17:31.038692 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:31.038702 mtc Stop timer T: 2 s 04:17:31.038722 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:31.038745 mtc Start timer T: 2 s 04:17:31.038870 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:17:31.038901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:17:31.038912 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:31.038926 mtc Stop timer T: 2 s 04:17:31.038938 mtc Start timer T: 1 s 04:17:31.218169 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 1 04:17:31.218502 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:31.453519 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 2 04:17:31.453804 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:31.688738 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3 04:17:31.689033 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3 04:17:31.924282 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4 04:17:31.924656 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4 04:17:32.038958 mtc Timeout T: 1 s 04:17:32.039143 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:32.039217 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:32.039271 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:32.039304 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:32.039334 mtc Port GSMTAP was cleared. 04:17:32.039372 mtc Start timer T: 8 s 04:17:32.159592 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:32.159937 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:32.160142 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:32.160228 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:32.160540 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:32.394934 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:17:32.395265 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 04:17:32.395488 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 04:17:32.395589 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:32.395930 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:32.630303 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7 04:17:32.630692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 04:17:32.631017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7 04:17:32.631136 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:32.631469 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:32.865530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8 04:17:32.865855 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 04:17:32.866065 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8 04:17:32.866153 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:32.866459 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:33.100914 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 9 04:17:33.101197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:33.101374 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:33.101447 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:33.101648 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:33.336483 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 10 04:17:33.336827 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:33.337051 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:33.337153 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:33.337403 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:33.571640 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11 04:17:33.571898 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 04:17:33.572058 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11 04:17:33.572137 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:33.572369 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:33.807146 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12 04:17:33.807500 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 04:17:33.807712 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12 04:17:33.807807 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:33.808206 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:34.042350 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 13 04:17:34.042709 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:34.042932 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:34.043037 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:34.043256 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:34.277670 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 14 04:17:34.277957 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 04:17:34.278151 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 04:17:34.278237 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:34.278442 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:34.513067 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 15 04:17:34.513353 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 04:17:34.513544 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 15 04:17:34.513627 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:34.513880 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:34.749240 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16 04:17:34.749632 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 04:17:34.749872 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16 04:17:34.749979 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:34.750249 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:34.984029 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 17 04:17:34.984478 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:34.984711 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:34.984837 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:34.985125 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:35.219355 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 18 04:17:35.219720 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:35.219974 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:35.220133 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:35.220376 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:35.454555 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 19 04:17:35.454704 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 04:17:35.454808 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 19 04:17:35.454856 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:35.455041 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:35.689952 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20 04:17:35.690291 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 04:17:35.690554 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20 04:17:35.690709 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:35.691053 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:35.925442 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 21 04:17:35.925772 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:35.926036 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:35.926166 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:35.926421 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:36.160623 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 22 04:17:36.160890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 04:17:36.161069 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 04:17:36.161167 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:36.161391 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:36.395984 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 23 04:17:36.396250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 04:17:36.396503 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 23 04:17:36.396589 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:36.396838 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:36.631267 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24 04:17:36.631518 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 04:17:36.631687 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24 04:17:36.631770 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:36.632039 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:36.866918 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 25 04:17:36.867325 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:36.867600 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:36.867735 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:36.868010 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:37.102055 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 26 04:17:37.102337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:37.102551 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:37.102633 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:37.102849 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:37.337640 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 27 04:17:37.337958 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 04:17:37.338195 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 27 04:17:37.338311 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:37.338641 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:37.572798 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28 04:17:37.573059 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 04:17:37.573248 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28 04:17:37.573313 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:37.573539 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:37.808398 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 29 04:17:37.808868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:37.809178 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:37.809288 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:37.809534 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:38.043702 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O } id 30 04:17:38.044104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 04:17:38.044403 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 04:17:38.044577 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:38.044832 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:38.279067 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 31 04:17:38.279467 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 04:17:38.279731 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 31 04:17:38.279837 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:38.280151 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:38.514482 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32 04:17:38.514837 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 04:17:38.515054 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32 04:17:38.515156 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:38.515536 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:38.749851 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 33 04:17:38.750223 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:38.750482 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:38.750612 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:38.750884 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:38.985108 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 34 04:17:39.012361 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:39.012715 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:39.012838 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:39.013141 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:39.220528 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 35 04:17:39.220863 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 35 04:17:39.221066 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 35 04:17:39.221175 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:39.221544 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:39.455923 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36 04:17:39.456300 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 04:17:39.456592 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36 04:17:39.456718 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:39.457066 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:39.691051 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 37 04:17:39.691299 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:39.691442 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:39.691519 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:39.691708 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:39.926643 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O } id 38 04:17:39.926997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 04:17:39.927221 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 04:17:39.927358 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:39.927658 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:40.039477 mtc Timeout T: 8 s 04:17:40.039627 mtc "TC_si_sched_13": TC=0 has #of SI=4 04:17:40.039689 mtc "TC_si_sched_13": TC=1 has #of SI=4 04:17:40.039727 mtc "TC_si_sched_13": TC=2 has #of SI=4 04:17:40.039758 mtc "TC_si_sched_13": TC=3 has #of SI=4 04:17:40.039793 mtc "TC_si_sched_13": TC=4 has #of SI=5 04:17:40.039824 mtc "TC_si_sched_13": TC=5 has #of SI=5 04:17:40.039859 mtc "TC_si_sched_13": TC=6 has #of SI=4 04:17:40.039894 mtc "TC_si_sched_13": TC=7 has #of SI=4 04:17:40.040021 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:40.040167 mtc Start timer T: 2 s 04:17:40.040544 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:17:40.040848 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:17:40.040941 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:40.041009 mtc Stop timer T: 2 s 04:17:40.041106 mtc Sent on BSCVTY to system charstring : "network" 04:17:40.041227 mtc Start timer T: 2 s 04:17:40.041523 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:17:40.041634 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:17:40.041902 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:17:40.041967 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:40.042127 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:17:40.042178 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:40.042218 mtc Stop timer T: 2 s 04:17:40.042278 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:40.042378 mtc Start timer T: 2 s 04:17:40.042650 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:17:40.042785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:17:40.043038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:17:40.043115 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:40.043330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:17:40.043393 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:40.043443 mtc Stop timer T: 2 s 04:17:40.043537 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:40.043968 mtc Start timer T: 2 s 04:17:40.044138 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:17:40.044212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:40.044546 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:17:40.044637 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:40.044862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:40.044924 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:40.044976 mtc Stop timer T: 2 s 04:17:40.045051 mtc Sent on BSCVTY to system charstring : "end" 04:17:40.045151 mtc Start timer T: 2 s 04:17:40.045374 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:17:40.045492 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:17:40.045769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:17:40.045843 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:40.045968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:17:40.046029 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:40.046085 mtc Stop timer T: 2 s 04:17:40.046165 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:40.046284 mtc Start timer T: 2 s 04:17:40.046546 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:17:40.046822 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:17:40.046891 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:40.046947 mtc Stop timer T: 2 s 04:17:40.047030 mtc Sent on BSCVTY to system charstring : "network" 04:17:40.047141 mtc Start timer T: 2 s 04:17:40.047415 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:17:40.047533 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:17:40.047791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:17:40.047863 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:40.048105 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:17:40.048121 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:40.048136 mtc Stop timer T: 2 s 04:17:40.048159 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:40.048188 mtc Start timer T: 2 s 04:17:40.048314 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:17:40.048342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:17:40.048398 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:17:40.048427 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:40.048474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:17:40.048496 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:40.048515 mtc Stop timer T: 2 s 04:17:40.048537 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:40.048567 mtc Start timer T: 2 s 04:17:40.048680 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:17:40.048715 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:40.048804 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:17:40.048822 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:40.048874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:40.048890 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:40.048901 mtc Stop timer T: 2 s 04:17:40.048919 mtc Sent on BSCVTY to system charstring : "end" 04:17:40.048950 mtc Start timer T: 2 s 04:17:40.049023 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:17:40.049045 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:17:40.049137 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:17:40.049159 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:40.049204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:17:40.049223 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:40.049239 mtc Stop timer T: 2 s 04:17:40.049263 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:40.049306 mtc Start timer T: 2 s 04:17:40.049376 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:17:40.049463 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:17:40.049488 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:40.049505 mtc Stop timer T: 2 s 04:17:40.049527 mtc Sent on BSCVTY to system charstring : "network" 04:17:40.049555 mtc Start timer T: 2 s 04:17:40.049608 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:17:40.049639 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:17:40.049710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:17:40.049726 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:40.049772 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:17:40.049790 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:40.049801 mtc Stop timer T: 2 s 04:17:40.049821 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:40.049854 mtc Start timer T: 2 s 04:17:40.049922 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:17:40.049959 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:17:40.050044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:17:40.050060 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:40.050104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:17:40.050118 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:40.050127 mtc Stop timer T: 2 s 04:17:40.050144 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:40.050181 mtc Start timer T: 2 s 04:17:40.050263 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:17:40.050293 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:40.050378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:17:40.050399 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:40.050461 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:40.050481 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:40.050498 mtc Stop timer T: 2 s 04:17:40.050523 mtc Sent on BSCVTY to system charstring : "end" 04:17:40.050558 mtc Start timer T: 2 s 04:17:40.050619 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:17:40.050641 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:17:40.050719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:17:40.050739 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:40.050776 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:17:40.050802 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:40.050820 mtc Stop timer T: 2 s 04:17:40.050845 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:40.050878 mtc Start timer T: 2 s 04:17:40.050947 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:17:40.051010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:17:40.051025 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:40.051040 mtc Stop timer T: 2 s 04:17:40.051065 mtc Sent on BSCVTY to system charstring : "network" 04:17:40.051096 mtc Start timer T: 2 s 04:17:40.051158 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:17:40.051184 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:17:40.051265 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:17:40.051286 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:40.051348 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:17:40.051367 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:40.051383 mtc Stop timer T: 2 s 04:17:40.051409 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:40.051441 mtc Start timer T: 2 s 04:17:40.051502 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:17:40.051523 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:17:40.051578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:17:40.051591 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:40.051630 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:17:40.051642 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:40.051650 mtc Stop timer T: 2 s 04:17:40.051667 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:40.051698 mtc Start timer T: 2 s 04:17:40.051850 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 04:17:40.051875 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:40.051989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 04:17:40.052009 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:40.052068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:40.052088 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:40.052105 mtc Stop timer T: 2 s 04:17:40.052129 mtc Sent on BSCVTY to system charstring : "end" 04:17:40.052212 mtc Start timer T: 2 s 04:17:40.052241 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:17:40.052261 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:17:40.052337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:17:40.052357 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:40.052394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:17:40.052422 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:40.052439 mtc Stop timer T: 2 s 04:17:40.052461 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:40.052494 mtc Start timer T: 2 s 04:17:40.052921 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:17:40.052981 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:40.054767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 77 04:17:40.054818 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:40.054842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:40.054852 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:40.054861 mtc Stop timer T: 2 s 04:17:40.054880 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:40.054911 mtc Start timer T: 2 s 04:17:40.055111 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:17:40.055181 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:17:40.055211 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:40.055232 mtc Stop timer T: 2 s 04:17:40.055259 mtc Start timer T: 1 s 04:17:40.161721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 04:17:40.161985 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39 04:17:40.397370 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:17:40.397782 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:40.632551 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 41 04:17:40.632850 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:17:40.868104 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:17:40.868526 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:17:41.055287 mtc Timeout T: 1 s 04:17:41.055438 mtc setverdict(pass): none -> pass 04:17:41.055573 mtc Terminating component type Test.dummy_CT. 04:17:41.055636 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:41.055753 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:41.055830 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:41.055895 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:41.055961 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:41.056014 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:41.056075 mtc Port GSMTAP was stopped. 04:17:41.056145 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:41.056302 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:41.056385 mtc Port BSCVTY was stopped. 04:17:41.056494 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 04:17:41.056543 mtc Waiting for PTCs to finish. 04:17:41.056672 mtc Setting final verdict of the test case. 04:17:41.056725 mtc Local verdict of MTC: pass 04:17:41.056774 mtc No PTCs were created. 04:17:41.056810 mtc Test case TC_si_sched_13 finished. Verdict: pass 04:17:41.057030 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 04:17:41.057130 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 04:17:41.057168 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:17:41.057281 mtc Port GSMTAP was started. 04:17:41.057370 mtc Port BSCVTY was started. 04:17:41.057416 mtc Component type Test.dummy_CT was initialized. 04:17:41.057460 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:41.057570 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:41.057736 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:41.057815 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:41.057955 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:41.058415 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:41.058594 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:41.058700 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:41.058797 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:41.058872 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:41.059073 mtc Sent on BSCVTY to system charstring : "enable" 04:17:41.059210 mtc Start timer T: 2 s 04:17:41.059414 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:41.059583 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:41.059648 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:41.059705 mtc Stop timer T: 2 s 04:17:41.059779 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:41.060093 mtc Start timer T: 2 s 04:17:41.060191 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:41.060284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:41.060305 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:41.060322 mtc Stop timer T: 2 s 04:17:41.060345 mtc Sent on BSCVTY to system charstring : "network" 04:17:41.060381 mtc Start timer T: 2 s 04:17:41.060491 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:41.060517 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:41.060581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:41.060602 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:41.060669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:41.060692 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:41.060709 mtc Stop timer T: 2 s 04:17:41.060736 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:41.060770 mtc Start timer T: 2 s 04:17:41.060891 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:41.060920 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:41.061024 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:41.061047 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:41.061129 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:41.061152 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:41.061178 mtc Stop timer T: 2 s 04:17:41.061208 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:17:41.061242 mtc Start timer T: 2 s 04:17:41.061358 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:17:41.061381 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:41.061464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:17:41.061487 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:41.061554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:41.061574 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:41.061601 mtc Stop timer T: 2 s 04:17:41.061634 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:17:41.061683 mtc Start timer T: 2 s 04:17:41.061814 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:41.061848 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:17:41.061949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:41.061982 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:41.062055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:17:41.062083 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:41.062100 mtc Stop timer T: 2 s 04:17:41.062123 mtc Sent on BSCVTY to system charstring : "end" 04:17:41.062158 mtc Start timer T: 2 s 04:17:41.062214 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:17:41.062234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:17:41.062292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:17:41.062315 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:41.062354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:17:41.062373 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:41.062391 mtc Stop timer T: 2 s 04:17:41.062419 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:41.062451 mtc Start timer T: 2 s 04:17:41.062534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:17:41.062614 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:17:41.062635 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:41.062660 mtc Stop timer T: 2 s 04:17:41.062678 mtc Sent on BSCVTY to system charstring : "network" 04:17:41.062702 mtc Start timer T: 2 s 04:17:41.062795 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:17:41.062821 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:17:41.062928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:17:41.062948 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:41.063009 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:17:41.063027 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:41.063043 mtc Stop timer T: 2 s 04:17:41.063072 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:41.063102 mtc Start timer T: 2 s 04:17:41.063186 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:17:41.063208 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:41.063295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:17:41.063314 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:41.063392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:41.063433 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:41.063449 mtc Stop timer T: 2 s 04:17:41.063492 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:17:41.063541 mtc Start timer T: 2 s 04:17:41.063635 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:17:41.063668 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:17:41.063749 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:17:41.063767 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:41.063811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:17:41.063826 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:41.063839 mtc Stop timer T: 2 s 04:17:41.063868 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:17:41.063899 mtc Start timer T: 2 s 04:17:41.063995 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:41.064018 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:17:41.064098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:41.064115 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:41.064157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:17:41.064169 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:41.064178 mtc Stop timer T: 2 s 04:17:41.064191 mtc Sent on BSCVTY to system charstring : "end" 04:17:41.064218 mtc Start timer T: 2 s 04:17:41.064273 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:17:41.064293 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:17:41.064343 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:17:41.064358 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:41.064378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:17:41.064389 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:41.064399 mtc Stop timer T: 2 s 04:17:41.064427 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:41.064455 mtc Start timer T: 2 s 04:17:41.064527 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:17:41.064591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:17:41.064612 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:41.064628 mtc Stop timer T: 2 s 04:17:41.064652 mtc Sent on BSCVTY to system charstring : "network" 04:17:41.064720 mtc Start timer T: 2 s 04:17:41.064758 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:17:41.064779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:17:41.064854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:17:41.064873 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:41.064930 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:17:41.064949 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:41.064965 mtc Stop timer T: 2 s 04:17:41.064990 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:41.065020 mtc Start timer T: 2 s 04:17:41.065077 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:17:41.065098 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:17:41.065150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:17:41.065163 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:41.065221 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:17:41.065240 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:41.065256 mtc Stop timer T: 2 s 04:17:41.065281 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:17:41.065311 mtc Start timer T: 2 s 04:17:41.065385 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 04:17:41.065406 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:17:41.065460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 04:17:41.065474 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:41.065511 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:17:41.065524 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:41.065534 mtc Stop timer T: 2 s 04:17:41.065548 mtc Sent on BSCVTY to system charstring : "end" 04:17:41.065577 mtc Start timer T: 2 s 04:17:41.065631 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:17:41.065650 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:17:41.065721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:17:41.065741 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:41.065775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:17:41.065793 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:41.065808 mtc Stop timer T: 2 s 04:17:41.065830 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:41.065860 mtc Start timer T: 2 s 04:17:41.065921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:17:41.065993 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:17:41.066013 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:41.066028 mtc Stop timer T: 2 s 04:17:41.066051 mtc Sent on BSCVTY to system charstring : "network" 04:17:41.066084 mtc Start timer T: 2 s 04:17:41.066134 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:17:41.066155 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:17:41.066232 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:17:41.066252 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:41.066310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:17:41.066328 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:41.066344 mtc Stop timer T: 2 s 04:17:41.066370 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:41.066401 mtc Start timer T: 2 s 04:17:41.066462 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:17:41.066482 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:17:41.066556 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:17:41.066578 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:41.066634 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:17:41.066652 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:41.066667 mtc Stop timer T: 2 s 04:17:41.066696 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:17:41.066727 mtc Start timer T: 2 s 04:17:41.066824 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:17:41.066847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:17:41.066907 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:17:41.066922 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:41.066964 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:17:41.066976 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:41.066984 mtc Stop timer T: 2 s 04:17:41.067000 mtc Sent on BSCVTY to system charstring : "end" 04:17:41.067025 mtc Start timer T: 2 s 04:17:41.067084 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:17:41.067104 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:17:41.067154 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:17:41.067167 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:41.067193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:17:41.067212 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:41.067228 mtc Stop timer T: 2 s 04:17:41.067250 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:41.067281 mtc Start timer T: 2 s 04:17:41.067809 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:17:41.067878 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:17:41.070200 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n system-information 2bis mode static\n system-information 2bis static 550602bfe809b3ff00000000000000000000007900002b\n system-information 2ter mode static\n system-information 2ter static 010603bf66b0aa0a00000002000000000000002b2b2b2b\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n si2quater neighbor-list add uarfcn 23 42 0\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode gprs\n gprs 11bit_rach_support_for_egprs 0\n gprs routing area 0\n gprs network-control-order nc0\n gprs cell bvci 196\n gprs cell timer blocking-timer 3\n gprs cell timer blocking-retries 3\n gprs cell timer unblocking-retries 3\n gprs cell timer reset-timer 3\n gprs cell timer reset-retries 3\n gprs cell timer suspend-timer 10\n gprs cell timer suspend-retries 3\n gprs cell timer resume-timer 10\n gprs cell timer resume-retries 3\n gprs cell timer capability-update-timer 10\n gprs cell timer capability-update-retries 3\n gprs nsei 96\n gprs ns timer tns-block 3\n gprs ns timer tns-block-retries 3\n gprs ns timer tns-reset 3\n gprs ns timer tns-reset-retries 3\n gprs ns timer tns-test 30\n gprs ns timer tns-alive 3\n gprs ns timer tns-alive-retries 10\n gprs nsvc 0 nsvci 0\n gprs nsvc 0 local udp port 21000\n gprs nsvc 0 remote udp port 23000\n gprs nsvc 0 remote ip 172.18.0.21\n gprs nsvc 1 nsvci 0\n gprs nsvc 1 local udp port 0\n gprs nsvc 1 remote udp port 0\n gprs nsvc 1 remote ip 0.0.0.0\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 42 04:17:41.070261 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:41.070284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:17:41.070294 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:41.070303 mtc Stop timer T: 2 s 04:17:41.070320 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:41.070345 mtc Start timer T: 2 s 04:17:41.070502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:17:41.070553 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:17:41.070576 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:41.070594 mtc Stop timer T: 2 s 04:17:41.070617 mtc Start timer T: 1 s 04:17:41.103201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 1 04:17:41.103407 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 1 04:17:41.338831 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:17:41.339157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:17:41.574044 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 3 04:17:41.574319 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:17:41.809562 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 04:17:41.809889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4 04:17:42.044806 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 5 04:17:42.045132 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 5 04:17:42.070641 mtc Timeout T: 1 s 04:17:42.070808 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:42.070857 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:42.070885 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:42.070909 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:42.070947 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:42.070995 mtc Port GSMTAP was cleared. 04:17:42.071030 mtc Start timer T: 8 s 04:17:42.280011 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 04:17:42.280285 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:17:42.280529 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:17:42.280616 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:42.280903 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:42.515634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:17:42.516013 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:42.516305 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:42.516515 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:42.516799 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:42.750886 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:17:42.751241 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:42.751469 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:42.751585 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:42.751875 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:42.986395 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 9 04:17:42.986725 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 04:17:42.986933 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 9 04:17:42.987056 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:42.987341 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:43.221512 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 04:17:43.221759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:17:43.221930 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:17:43.222015 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:43.222324 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:43.457150 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 04:17:43.457479 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:17:43.457737 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:17:43.457838 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:43.458086 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:43.692339 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000808101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 04:17:43.692812 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:17:43.693068 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:17:43.693171 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:43.693404 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:43.927844 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 13 04:17:43.928175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 04:17:43.928384 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 13 04:17:43.928583 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:43.928939 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:44.163007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 04:17:44.163306 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:17:44.163504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:17:44.163585 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:44.163840 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:44.398547 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:17:44.398877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:17:44.399174 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:17:44.399317 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:44.399561 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:44.633732 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:17:44.634041 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:44.634244 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:44.634337 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:44.634511 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:44.869103 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 17 04:17:44.869401 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 04:17:44.869635 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 17 04:17:44.869713 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:44.869960 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:45.104896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 04:17:45.105187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:17:45.105376 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:17:45.105466 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:45.105754 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:45.339806 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 19 04:17:45.340102 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19 04:17:45.340291 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19 04:17:45.340387 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:45.340610 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 0, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2ter (3) }, payload := { si2ter := { extd_bcch_freq_list := 'BF66B0AA0A0000000200000000000000'O, rest_octets := '2B2B2B2B'O ("++++") } } } 04:17:45.575183 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000821901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 04:17:45.575470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:17:45.575650 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:17:45.575749 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:45.575952 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:45.810548 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 21 04:17:45.810822 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 04:17:45.811037 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 21 04:17:45.811110 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:45.811351 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:46.046136 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 04:17:46.046476 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 04:17:46.046703 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 22 04:17:46.046825 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:46.047180 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:46.281283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:17:46.281571 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:17:46.281761 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:17:46.281844 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:46.282060 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:46.516874 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:17:46.517291 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:46.517596 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:46.517721 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:46.517986 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:46.752152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 25 04:17:46.752619 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 04:17:46.752887 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 25 04:17:46.752992 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:46.753268 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:46.987589 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 04:17:46.987932 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 04:17:46.988141 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 26 04:17:46.988236 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:46.988630 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:47.222982 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 27 04:17:47.223366 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 27 04:17:47.223655 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 27 04:17:47.223783 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:47.224030 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } 04:17:47.458344 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 04:17:47.458696 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:47.458938 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:47.459048 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:47.459345 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:47.693445 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 29 04:17:47.693769 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 04:17:47.693976 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 29 04:17:47.694060 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:47.694356 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:47.928742 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 04:17:47.929033 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 04:17:47.929242 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 30 04:17:47.929348 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:47.929634 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:48.164207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:17:48.164523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:48.164715 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:48.164798 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:48.165027 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:48.399558 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:17:48.399828 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:48.400018 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:48.400133 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:48.400365 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:48.634876 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 33 04:17:48.635167 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 04:17:48.635388 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 33 04:17:48.635469 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:48.635712 mtc SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:48.870298 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 04:17:48.870587 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 04:17:48.870782 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 34 04:17:48.870889 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:48.871171 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:49.105782 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 04:17:49.106195 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:49.123403 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:49.123536 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:49.123837 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:49.341059 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000854901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 04:17:49.341376 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:49.341568 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:49.341672 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:49.341899 mtc SI received at TC=5: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2bis (2) }, payload := { si2bis := { extd_bcch_freq_list := 'BFE809B3FF0000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000000000000000'B }, rest_octets := '2B'O ("+") } } } 04:17:49.576387 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 37 04:17:49.576716 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 04:17:49.576910 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 37 04:17:49.576986 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:49.577300 mtc SI received at TC=6: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '1C132B2B'O } } } 04:17:49.811702 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 38 04:17:49.811997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 04:17:49.812215 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 38 04:17:49.812294 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:49.813060 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:50.047083 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000009D04002B'O } id 39 04:17:50.047368 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:50.047561 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:50.047649 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:50.047866 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:50.071096 mtc Timeout T: 8 s 04:17:50.071185 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5 04:17:50.071267 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 04:17:50.071329 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 04:17:50.071384 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 04:17:50.071438 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 04:17:50.071491 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 04:17:50.071545 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 04:17:50.071604 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=5 04:17:50.071747 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:50.071864 mtc Start timer T: 2 s 04:17:50.072203 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:17:50.072553 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:17:50.072618 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:50.072672 mtc Stop timer T: 2 s 04:17:50.072732 mtc Sent on BSCVTY to system charstring : "network" 04:17:50.072825 mtc Start timer T: 2 s 04:17:50.073026 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:17:50.073097 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:17:50.073335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:17:50.073399 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:50.073578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:17:50.073632 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:50.073679 mtc Stop timer T: 2 s 04:17:50.073754 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:50.073980 mtc Start timer T: 2 s 04:17:50.074101 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:17:50.074162 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:50.074395 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:17:50.074461 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:50.074644 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:50.074702 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:50.074753 mtc Stop timer T: 2 s 04:17:50.074838 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:50.075151 mtc Start timer T: 2 s 04:17:50.075284 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:17:50.075345 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:17:50.075619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:17:50.075682 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:50.075860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:17:50.075914 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:50.075963 mtc Stop timer T: 2 s 04:17:50.076038 mtc Sent on BSCVTY to system charstring : "end" 04:17:50.076081 mtc Start timer T: 2 s 04:17:50.076134 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:17:50.076149 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:17:50.076202 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:17:50.076217 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:50.076242 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:17:50.076254 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:50.076266 mtc Stop timer T: 2 s 04:17:50.076282 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:50.076306 mtc Start timer T: 2 s 04:17:50.076372 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:17:50.076425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:17:50.076438 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:50.076446 mtc Stop timer T: 2 s 04:17:50.076458 mtc Sent on BSCVTY to system charstring : "network" 04:17:50.076514 mtc Start timer T: 2 s 04:17:50.076542 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:17:50.076556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:17:50.076610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:17:50.076624 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:50.076664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:17:50.076683 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:50.076696 mtc Stop timer T: 2 s 04:17:50.076715 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:50.076772 mtc Start timer T: 2 s 04:17:50.076800 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:17:50.076814 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:50.076867 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:17:50.076881 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:50.076922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:50.076936 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:50.076947 mtc Stop timer T: 2 s 04:17:50.076965 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:50.076987 mtc Start timer T: 2 s 04:17:50.077058 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:17:50.077076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:17:50.077119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:17:50.077131 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:50.077172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:17:50.077186 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:50.077197 mtc Stop timer T: 2 s 04:17:50.077214 mtc Sent on BSCVTY to system charstring : "end" 04:17:50.077237 mtc Start timer T: 2 s 04:17:50.077277 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:17:50.077292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:17:50.077346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:17:50.077361 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:50.077386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:17:50.077398 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:50.077409 mtc Stop timer T: 2 s 04:17:50.077426 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:50.077450 mtc Start timer T: 2 s 04:17:50.077505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:17:50.077549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:17:50.077559 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:50.077567 mtc Stop timer T: 2 s 04:17:50.077579 mtc Sent on BSCVTY to system charstring : "network" 04:17:50.077624 mtc Start timer T: 2 s 04:17:50.077651 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:17:50.077665 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:17:50.077719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:17:50.077734 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:50.077777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:17:50.077791 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:50.077803 mtc Stop timer T: 2 s 04:17:50.077822 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:50.077844 mtc Start timer T: 2 s 04:17:50.077901 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:17:50.077925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:50.077969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:17:50.077984 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:50.078027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:50.078047 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:50.078059 mtc Stop timer T: 2 s 04:17:50.078077 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:50.078099 mtc Start timer T: 2 s 04:17:50.078167 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:17:50.078185 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:17:50.078246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:17:50.078261 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:50.078298 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:17:50.078311 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:50.078321 mtc Stop timer T: 2 s 04:17:50.078335 mtc Sent on BSCVTY to system charstring : "end" 04:17:50.078357 mtc Start timer T: 2 s 04:17:50.078396 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:17:50.078413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:17:50.078470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:17:50.078485 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:50.078512 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:17:50.078525 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:50.078537 mtc Stop timer T: 2 s 04:17:50.078554 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:50.078578 mtc Start timer T: 2 s 04:17:50.078626 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:17:50.078681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:17:50.078694 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:50.078705 mtc Stop timer T: 2 s 04:17:50.078724 mtc Sent on BSCVTY to system charstring : "network" 04:17:50.078748 mtc Start timer T: 2 s 04:17:50.078786 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:17:50.078801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:17:50.078843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:17:50.078854 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:50.078881 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:17:50.078889 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:50.078895 mtc Stop timer T: 2 s 04:17:50.078906 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:50.078922 mtc Start timer T: 2 s 04:17:50.078967 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:17:50.078990 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:50.079036 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:17:50.079052 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:50.079103 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:50.079118 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:50.079130 mtc Stop timer T: 2 s 04:17:50.079147 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:50.079172 mtc Start timer T: 2 s 04:17:50.079262 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:17:50.079282 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:17:50.079350 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:17:50.079367 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:50.079415 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:17:50.079428 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:50.079446 mtc Stop timer T: 2 s 04:17:50.079462 mtc Sent on BSCVTY to system charstring : "end" 04:17:50.079481 mtc Start timer T: 2 s 04:17:50.079526 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:17:50.079544 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:50.079596 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:17:50.079608 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:50.079627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:50.079638 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:50.079645 mtc Stop timer T: 2 s 04:17:50.079657 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:50.079679 mtc Start timer T: 2 s 04:17:50.080010 mtc Message enqueued on BSCVTY from system charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:17:50.080053 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:17:50.081384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "\nCurrent configuration:\n!\npassword foo\n!\nlog stderr\n logging filter all 1\n logging color 1\n logging print category 0\n logging timestamp 0\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\nnitb\n subscriber-create-on-demand\n assign-tmsi\nsmpp\n local-tcp-port 2775\n policy closed\n no smpp-first\nend" id 81 04:17:50.081424 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:50.081442 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:17:50.081450 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:17:50.081457 mtc Stop timer T: 2 s 04:17:50.081470 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:50.081501 mtc Start timer T: 2 s 04:17:50.081639 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:17:50.081713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:17:50.081755 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:17:50.081769 mtc Stop timer T: 2 s 04:17:50.081798 mtc Start timer T: 1 s 04:17:50.282613 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:17:50.282978 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:50.517815 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:17:50.518055 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:17:50.753448 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:17:50.753805 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:17:50.988827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 43 04:17:50.989185 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34478, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 43 04:17:51.081821 mtc Timeout T: 1 s 04:17:51.081977 mtc setverdict(pass): none -> pass 04:17:51.082083 mtc Terminating component type Test.dummy_CT. 04:17:51.082138 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:51.082242 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:51.082334 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:51.082392 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:51.082439 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:51.082496 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:17:51.082553 mtc Port GSMTAP was stopped. 04:17:51.082603 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:51.082775 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:51.082840 mtc Port BSCVTY was stopped. 04:17:51.082887 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:17:51.082949 mtc Waiting for PTCs to finish. 04:17:51.083293 mtc Setting final verdict of the test case. 04:17:51.083403 mtc Local verdict of MTC: pass 04:17:51.083472 mtc No PTCs were created. 04:17:51.083528 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass 04:17:51.083673 mtc Executing test case TC_neci in module Test. 04:17:51.083740 mtc Test case TC_neci started. 04:17:51.083784 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 04:17:51.083897 mtc Port GSMTAP was started. 04:17:51.083966 mtc Port BSCVTY was started. 04:17:51.084007 mtc Component type Test.dummy_CT was initialized. 04:17:51.084071 mtc Random number generator was initialized with seed 61.084067: srand48(1867654584). 04:17:51.084144 mtc Function rnd() returned 0.707897. 04:17:51.084293 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:51.084481 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:51.084628 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:51.084731 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:51.084874 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:51.085308 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:51.085444 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:51.085525 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:51.085601 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:51.085670 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:51.085845 mtc Sent on BSCVTY to system charstring : "enable" 04:17:51.085968 mtc Start timer T: 2 s 04:17:51.086159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:51.086318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:51.086380 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:51.086434 mtc Stop timer T: 2 s 04:17:51.086510 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:51.086614 mtc Start timer T: 2 s 04:17:51.086960 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:51.087223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:51.087289 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:51.087360 mtc Stop timer T: 2 s 04:17:51.087443 mtc Sent on BSCVTY to system charstring : "network" 04:17:51.087678 mtc Start timer T: 2 s 04:17:51.087830 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:51.087900 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:51.088083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:51.088104 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:51.088162 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:51.088181 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:51.088196 mtc Stop timer T: 2 s 04:17:51.088222 mtc Sent on BSCVTY to system charstring : "neci 0" 04:17:51.088252 mtc Start timer T: 2 s 04:17:51.088321 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5 04:17:51.088342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:17:51.088399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 04:17:51.088424 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:51.088486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:17:51.088505 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:51.088521 mtc Stop timer T: 2 s 04:17:51.088544 mtc Sent on BSCVTY to system charstring : "end" 04:17:51.088577 mtc Start timer T: 2 s 04:17:51.088630 mtc Message enqueued on BSCVTY from system charstring : " end" id 7 04:17:51.088655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 04:17:51.088731 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 04:17:51.088750 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:51.088786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 04:17:51.088803 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:51.088819 mtc Stop timer T: 2 s 04:17:51.088845 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:51.088878 mtc Start timer T: 2 s 04:17:51.089102 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 04:17:51.089142 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 04:17:51.089159 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:51.089174 mtc Stop timer T: 2 s 04:17:51.089191 mtc Start timer T: 1 s 04:17:51.223939 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF9D0400'O } id 1 04:17:51.224181 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34529, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 04:17:51.459564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2 04:17:51.459900 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2 04:17:51.694937 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 04:17:51.695264 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:51.930253 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000009D04002B'O } id 4 04:17:51.930640 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:17:52.089216 mtc Timeout T: 1 s 04:17:52.089374 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:52.089444 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:52.089498 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:52.089549 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:52.089597 mtc Port GSMTAP was cleared. 04:17:52.089648 mtc Start timer T: 10 s 04:17:52.165430 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 04:17:52.165715 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:52.165918 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:52.166026 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:52.401062 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6 04:17:52.401469 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6 04:17:52.401739 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6 04:17:52.401854 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:52.402245 mtc setverdict(pass): none -> pass 04:17:52.402371 mtc Terminating component type Test.dummy_CT. 04:17:52.402429 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:52.402537 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:52.402620 mtc Port GSMTAP was stopped. 04:17:52.402673 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:52.402810 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:52.402880 mtc Port BSCVTY was stopped. 04:17:52.402928 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 04:17:52.402993 mtc Waiting for PTCs to finish. 04:17:52.403277 mtc Setting final verdict of the test case. 04:17:52.403347 mtc Local verdict of MTC: pass 04:17:52.403406 mtc No PTCs were created. 04:17:52.403451 mtc Test case TC_neci finished. Verdict: pass 04:17:52.403688 mtc Executing test case TC_cell_resel_hyst in module Test. 04:17:52.403794 mtc Test case TC_cell_resel_hyst started. 04:17:52.403847 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 04:17:52.404060 mtc Port GSMTAP was started. 04:17:52.404143 mtc Port BSCVTY was started. 04:17:52.404175 mtc Component type Test.dummy_CT was initialized. 04:17:52.404278 mtc Function rnd() returned 0.137272. 04:17:52.404406 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:52.404684 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:52.404833 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:52.404961 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:52.405116 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:52.405689 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:52.405826 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:52.405907 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:52.406069 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:52.406096 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:52.406158 mtc Sent on BSCVTY to system charstring : "enable" 04:17:52.406201 mtc Start timer T: 2 s 04:17:52.406285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:52.406354 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:52.406378 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:52.406397 mtc Stop timer T: 2 s 04:17:52.406424 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:52.406473 mtc Start timer T: 2 s 04:17:52.406599 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:52.406675 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:52.406693 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:52.406704 mtc Stop timer T: 2 s 04:17:52.406721 mtc Sent on BSCVTY to system charstring : "network" 04:17:52.406749 mtc Start timer T: 2 s 04:17:52.406828 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:52.406856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:52.406943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:52.406965 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:52.407050 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:52.407073 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:52.407094 mtc Stop timer T: 2 s 04:17:52.407126 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:52.407165 mtc Start timer T: 2 s 04:17:52.407250 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:52.407278 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:52.407348 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:52.407365 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:52.407409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:52.407423 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:52.407434 mtc Stop timer T: 2 s 04:17:52.407462 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 0" 04:17:52.407599 mtc Start timer T: 2 s 04:17:52.407655 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 0" id 7 04:17:52.407682 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:52.407788 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 0" id 7 04:17:52.407812 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:52.407889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:52.407913 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:52.407933 mtc Stop timer T: 2 s 04:17:52.407962 mtc Sent on BSCVTY to system charstring : "end" 04:17:52.408068 mtc Start timer T: 2 s 04:17:52.408104 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:52.408131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:52.408227 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:52.408252 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:52.408297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:52.408321 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:52.408342 mtc Stop timer T: 2 s 04:17:52.408375 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:52.408804 mtc Start timer T: 2 s 04:17:52.408856 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:52.408915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:52.408941 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:52.408963 mtc Stop timer T: 2 s 04:17:52.408983 mtc Start timer T: 1 s 04:17:52.636352 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:52.636711 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:52.871619 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:52.871951 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:53.106932 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:53.107206 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34937, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:17:53.342215 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O } id 4 04:17:53.342427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 4 04:17:53.409002 mtc Timeout T: 1 s 04:17:53.409112 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:53.409158 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:53.409187 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:53.409212 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:53.409237 mtc Port GSMTAP was cleared. 04:17:53.409278 mtc Start timer T: 10 s 04:17:53.577637 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:53.577916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:53.578125 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:53.578210 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:53.812931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:17:53.813215 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:53.813429 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:53.813511 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:54.048622 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:54.048968 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:54.049215 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:54.049320 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:54.283938 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B51E062F224334F110101101D2D9D0400392B2B2B'O } id 8 04:17:54.284356 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 8 04:17:54.284698 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D2D9D0400392B2B2B'O } } id 8 04:17:54.284800 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:54.285079 mtc setverdict(pass): none -> pass 04:17:54.285155 mtc Terminating component type Test.dummy_CT. 04:17:54.285205 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:54.285287 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:54.285338 mtc Port GSMTAP was stopped. 04:17:54.285378 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:54.285499 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:54.285569 mtc Port BSCVTY was stopped. 04:17:54.285619 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 04:17:54.285678 mtc Waiting for PTCs to finish. 04:17:54.286043 mtc Setting final verdict of the test case. 04:17:54.286116 mtc Local verdict of MTC: pass 04:17:54.286196 mtc No PTCs were created. 04:17:54.286261 mtc Test case TC_cell_resel_hyst finished. Verdict: pass 04:17:54.286395 mtc Executing test case TC_rxlev_acc_min in module Test. 04:17:54.286469 mtc Test case TC_rxlev_acc_min started. 04:17:54.286531 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 04:17:54.286643 mtc Port GSMTAP was started. 04:17:54.286708 mtc Port BSCVTY was started. 04:17:54.286754 mtc Component type Test.dummy_CT was initialized. 04:17:54.286806 mtc Function rnd() returned 0.014913. 04:17:54.286917 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:54.287030 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:54.287134 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:54.287199 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:54.287332 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:54.287764 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:54.287904 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:54.287984 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:54.288059 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:54.288125 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:54.288289 mtc Sent on BSCVTY to system charstring : "enable" 04:17:54.288450 mtc Start timer T: 2 s 04:17:54.288655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:54.288811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:54.288871 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:54.288925 mtc Stop timer T: 2 s 04:17:54.289011 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:54.289062 mtc Start timer T: 2 s 04:17:54.289212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:54.289339 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:54.289366 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:54.289387 mtc Stop timer T: 2 s 04:17:54.289406 mtc Sent on BSCVTY to system charstring : "network" 04:17:54.289432 mtc Start timer T: 2 s 04:17:54.289517 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:54.289555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:54.289635 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:54.289655 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:54.289708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:54.289732 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:54.289750 mtc Stop timer T: 2 s 04:17:54.289770 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:54.289807 mtc Start timer T: 2 s 04:17:54.289916 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:54.289958 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:54.290044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:54.290063 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:54.290112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:54.290126 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:54.290139 mtc Stop timer T: 2 s 04:17:54.290167 mtc Sent on BSCVTY to system charstring : "rxlev access min 0" 04:17:54.290328 mtc Start timer T: 2 s 04:17:54.290377 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 0" id 7 04:17:54.290399 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:54.290479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 0" id 7 04:17:54.290501 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:54.290558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:54.290577 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:54.290595 mtc Stop timer T: 2 s 04:17:54.290621 mtc Sent on BSCVTY to system charstring : "end" 04:17:54.290655 mtc Start timer T: 2 s 04:17:54.290716 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:54.290743 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:54.290819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:54.290835 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:54.290855 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:54.290869 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:54.290883 mtc Stop timer T: 2 s 04:17:54.290907 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:54.290935 mtc Start timer T: 2 s 04:17:54.291100 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:54.291150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:54.291172 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:54.291189 mtc Stop timer T: 2 s 04:17:54.291205 mtc Start timer T: 1 s 04:17:54.519296 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:54.519659 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:54.754460 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:54.754770 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:54.990005 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:54.990379 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 35345, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 04:17:55.225380 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B51E062F224334F110101101D009D0400392B2B2B'O } id 4 04:17:55.225772 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 4 04:17:55.291228 mtc Timeout T: 1 s 04:17:55.291398 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:55.291452 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:55.291485 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:55.291519 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:55.291552 mtc Port GSMTAP was cleared. 04:17:55.291591 mtc Start timer T: 10 s 04:17:55.460739 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:55.461106 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:55.461435 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:55.461568 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:55.695891 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:17:55.696152 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:55.696325 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:55.696482 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:55.931225 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:55.931504 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:55.931668 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:55.931746 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:56.166671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B51E062F224334F110101101D009D0400392B2B2B'O } id 8 04:17:56.167007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 8 04:17:56.167207 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101101D009D0400392B2B2B'O } } id 8 04:17:56.167293 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:56.167576 mtc setverdict(pass): none -> pass 04:17:56.167657 mtc Terminating component type Test.dummy_CT. 04:17:56.167714 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:56.167808 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:56.167860 mtc Port GSMTAP was stopped. 04:17:56.167909 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:56.168040 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:56.168118 mtc Port BSCVTY was stopped. 04:17:56.168165 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 04:17:56.168206 mtc Waiting for PTCs to finish. 04:17:56.168332 mtc Setting final verdict of the test case. 04:17:56.168397 mtc Local verdict of MTC: pass 04:17:56.168489 mtc No PTCs were created. 04:17:56.168529 mtc Test case TC_rxlev_acc_min finished. Verdict: pass 04:17:56.168645 mtc Executing test case TC_cellid in module Test. 04:17:56.168728 mtc Test case TC_cellid started. 04:17:56.168775 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 04:17:56.168883 mtc Port GSMTAP was started. 04:17:56.168946 mtc Port BSCVTY was started. 04:17:56.168996 mtc Component type Test.dummy_CT was initialized. 04:17:56.169043 mtc Function rnd() returned 0.761392. 04:17:56.169157 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:56.169328 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:56.169519 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:56.169628 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:56.169760 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:56.170256 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:56.170426 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:56.170536 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:56.170605 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:56.170664 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:56.170845 mtc Sent on BSCVTY to system charstring : "enable" 04:17:56.170975 mtc Start timer T: 2 s 04:17:56.171151 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:56.171332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:56.171401 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:56.171482 mtc Stop timer T: 2 s 04:17:56.171543 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:56.171834 mtc Start timer T: 2 s 04:17:56.172074 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:56.172283 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:56.172335 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:56.172378 mtc Stop timer T: 2 s 04:17:56.172486 mtc Sent on BSCVTY to system charstring : "network" 04:17:56.172590 mtc Start timer T: 2 s 04:17:56.172808 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:56.172924 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:56.173118 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:56.173166 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:56.173288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:56.173329 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:56.173360 mtc Stop timer T: 2 s 04:17:56.173414 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:56.173496 mtc Start timer T: 2 s 04:17:56.173692 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:56.173759 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:56.173987 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:56.174052 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:56.174210 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:56.174251 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:56.174279 mtc Stop timer T: 2 s 04:17:56.174329 mtc Sent on BSCVTY to system charstring : "cell_identity 49897" 04:17:56.174427 mtc Start timer T: 2 s 04:17:56.174685 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 49897" id 7 04:17:56.174747 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:56.174902 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 49897" id 7 04:17:56.174939 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:56.175050 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:56.175088 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:56.175115 mtc Stop timer T: 2 s 04:17:56.175158 mtc Sent on BSCVTY to system charstring : "end" 04:17:56.175232 mtc Start timer T: 2 s 04:17:56.175405 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:56.175466 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:56.175694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:56.175754 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:56.175864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:56.175923 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:56.175975 mtc Stop timer T: 2 s 04:17:56.176050 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:56.176143 mtc Start timer T: 2 s 04:17:56.176665 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:56.176921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:56.176970 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:56.177000 mtc Stop timer T: 2 s 04:17:56.177110 mtc Start timer T: 1 s 04:17:56.402210 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:56.402576 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:56.637351 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:56.637677 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:56.872952 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:56.873276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:57.108113 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061BC2E962F224334F110101101D009D0400392B2B2B'O } id 4 04:17:57.108379 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 4 04:17:57.177161 mtc Timeout T: 1 s 04:17:57.177317 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:57.177365 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:57.177393 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:57.177419 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:57.177451 mtc Port GSMTAP was cleared. 04:17:57.177484 mtc Start timer T: 10 s 04:17:57.343691 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C0F0100000031061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:57.344091 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:57.344382 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:57.344579 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:57.578813 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C42010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:17:57.579068 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:57.579223 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:57.579309 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:57.814156 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008C750100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:57.814396 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:57.814579 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:57.814653 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:58.049595 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CA80100000049061BC2E962F224334F110101101D009D0400392B2B2B'O } id 8 04:17:58.049959 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 8 04:17:58.050183 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224334F110101101D009D0400392B2B2B'O } } id 8 04:17:58.050291 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:58.050631 mtc setverdict(pass): none -> pass 04:17:58.050717 mtc Terminating component type Test.dummy_CT. 04:17:58.050780 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:58.050881 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:58.050940 mtc Port GSMTAP was stopped. 04:17:58.050995 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:58.051136 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:58.051200 mtc Port BSCVTY was stopped. 04:17:58.051252 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 04:17:58.051314 mtc Waiting for PTCs to finish. 04:17:58.051464 mtc Setting final verdict of the test case. 04:17:58.051549 mtc Local verdict of MTC: pass 04:17:58.051609 mtc No PTCs were created. 04:17:58.051657 mtc Test case TC_cellid finished. Verdict: pass 04:17:58.051882 mtc Executing test case TC_lac in module Test. 04:17:58.051986 mtc Test case TC_lac started. 04:17:58.052041 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 04:17:58.052154 mtc Port GSMTAP was started. 04:17:58.052239 mtc Port BSCVTY was started. 04:17:58.052278 mtc Component type Test.dummy_CT was initialized. 04:17:58.052326 mtc Function rnd() returned 0.525866. 04:17:58.053190 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:58.053358 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:58.053510 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:58.053594 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:58.053724 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:58.054245 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:58.054414 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:58.054496 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:58.054563 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:58.054619 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:58.054771 mtc Sent on BSCVTY to system charstring : "enable" 04:17:58.054906 mtc Start timer T: 2 s 04:17:58.055060 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:58.055110 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:58.055127 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:58.055149 mtc Stop timer T: 2 s 04:17:58.055165 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:58.055190 mtc Start timer T: 2 s 04:17:58.055313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:58.055404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:58.055427 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:58.055440 mtc Stop timer T: 2 s 04:17:58.055460 mtc Sent on BSCVTY to system charstring : "network" 04:17:58.055512 mtc Start timer T: 2 s 04:17:58.055579 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:58.055629 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:58.055719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:58.055765 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:58.055836 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:58.055891 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:58.055909 mtc Stop timer T: 2 s 04:17:58.055951 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:58.055982 mtc Start timer T: 2 s 04:17:58.056065 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:58.056109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:58.056201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:58.056221 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:58.056305 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:58.056348 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:58.056358 mtc Stop timer T: 2 s 04:17:58.056392 mtc Sent on BSCVTY to system charstring : "location_area_code 34462" 04:17:58.056456 mtc Start timer T: 2 s 04:17:58.056574 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 34462" id 7 04:17:58.056608 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:58.056694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 34462" id 7 04:17:58.056718 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:58.056760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:58.056771 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:58.056780 mtc Stop timer T: 2 s 04:17:58.056796 mtc Sent on BSCVTY to system charstring : "end" 04:17:58.056822 mtc Start timer T: 2 s 04:17:58.056882 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:58.056910 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:58.056995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:58.057050 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:58.057100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:58.057120 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:58.057139 mtc Stop timer T: 2 s 04:17:58.057193 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:58.057536 mtc Start timer T: 2 s 04:17:58.057575 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:58.057650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:58.057668 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:58.057679 mtc Stop timer T: 2 s 04:17:58.057726 mtc Start timer T: 1 s 04:17:58.285155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008CDB0100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:58.285511 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:58.520549 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:58.520919 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:58.755771 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D410100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:58.756154 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:58.991092 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008D740100000049061BC2E962F224869E110101101D009D0400392B2B2B'O } id 4 04:17:58.991425 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 4 04:17:59.057777 mtc Timeout T: 1 s 04:17:59.057892 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:59.057961 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:59.058013 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:59.058062 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:59.058109 mtc Port GSMTAP was cleared. 04:17:59.058158 mtc Start timer T: 10 s 04:17:59.226621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DA70100000031061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:59.227077 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:59.227401 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D009D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:59.227526 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:59.461946 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008DDA010000005506198FB380000000000000000000000000009D04002B'O } id 6 04:17:59.462275 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:59.462503 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:59.462632 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:59.697069 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:59.697312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:59.697456 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:59.697563 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:59.932742 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E400100000049061BC2E962F224869E110101101D009D0400392B2B2B'O } id 8 04:17:59.933068 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 8 04:17:59.933277 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D009D0400392B2B2B'O } } id 8 04:17:59.933370 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:59.933655 mtc setverdict(pass): none -> pass 04:17:59.933774 mtc Terminating component type Test.dummy_CT. 04:17:59.933844 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:59.933954 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:59.934035 mtc Port GSMTAP was stopped. 04:17:59.934073 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:59.934206 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:59.934291 mtc Port BSCVTY was stopped. 04:17:59.934345 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 04:17:59.934408 mtc Waiting for PTCs to finish. 04:17:59.934569 mtc Setting final verdict of the test case. 04:17:59.934649 mtc Local verdict of MTC: pass 04:17:59.934701 mtc No PTCs were created. 04:17:59.934749 mtc Test case TC_lac finished. Verdict: pass 04:17:59.934918 mtc Executing test case TC_rach_tx_int in module Test. 04:17:59.935033 mtc Test case TC_rach_tx_int started. 04:17:59.935098 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 04:17:59.935271 mtc Port GSMTAP was started. 04:17:59.935331 mtc Port BSCVTY was started. 04:17:59.935389 mtc Component type Test.dummy_CT was initialized. 04:17:59.935464 mtc Function rnd() returned 0.938047. 04:17:59.935634 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:59.935827 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:59.935958 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:59.936032 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:59.936185 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:59.936786 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:59.936967 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:59.937062 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:59.937146 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:59.937228 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:59.937396 mtc Sent on BSCVTY to system charstring : "enable" 04:17:59.937670 mtc Start timer T: 2 s 04:17:59.937802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:59.937915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:59.937956 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:59.938008 mtc Stop timer T: 2 s 04:17:59.938075 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:59.938179 mtc Start timer T: 2 s 04:17:59.938630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:59.938944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:59.939006 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:59.939043 mtc Stop timer T: 2 s 04:17:59.939060 mtc Sent on BSCVTY to system charstring : "network" 04:17:59.939090 mtc Start timer T: 2 s 04:17:59.939180 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:59.939208 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:59.939288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:59.939309 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:59.939371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:59.939389 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:59.939405 mtc Stop timer T: 2 s 04:17:59.939431 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:59.939464 mtc Start timer T: 2 s 04:17:59.939537 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:59.939565 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:59.939645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:59.939663 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:59.939722 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:59.939741 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:59.939756 mtc Stop timer T: 2 s 04:17:59.939784 mtc Sent on BSCVTY to system charstring : "rach tx integer 14" 04:17:59.939817 mtc Start timer T: 2 s 04:17:59.939930 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 14" id 7 04:17:59.939953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:59.940017 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 14" id 7 04:17:59.940037 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:59.940095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:59.940113 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:59.940129 mtc Stop timer T: 2 s 04:17:59.940152 mtc Sent on BSCVTY to system charstring : "end" 04:17:59.940185 mtc Start timer T: 2 s 04:17:59.940251 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:59.940273 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:59.940324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:59.940338 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:59.940359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:59.940370 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:59.940379 mtc Stop timer T: 2 s 04:17:59.940397 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:59.940437 mtc Start timer T: 2 s 04:17:59.940606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:59.940657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:59.940680 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:59.940698 mtc Stop timer T: 2 s 04:17:59.940718 mtc Start timer T: 1 s 04:18:00.167876 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008E730100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:00.168201 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:00.403403 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008EA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:00.403768 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:18:00.638431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ED90100000059061A00000000000000000000000000000000FFB90400'O } id 3 04:18:00.638566 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 3 04:18:00.873953 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F0C0100000049061BC2E962F224869E110101101D00B90400392B2B2B'O } id 4 04:18:00.874250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 4 04:18:00.940742 mtc Timeout T: 1 s 04:18:00.940905 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:00.940966 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:00.940999 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:00.941054 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:00.941087 mtc Port GSMTAP was cleared. 04:18:00.941136 mtc Start timer T: 10 s 04:18:01.109532 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F3F0100000031061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:01.109887 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:01.110165 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D00B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:01.110298 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:01.344616 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008F72010000005506198FB38000000000000000000000000000B904002B'O } id 6 04:18:01.344885 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 6 04:18:01.345087 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 6 04:18:01.345195 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:01.580010 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FA50100000059061A00000000000000000000000000000000FFB90400'O } id 7 04:18:01.580284 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 04:18:01.580499 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 04:18:01.580599 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:01.815417 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008FD80100000049061BC2E962F224869E110101101D00B90400392B2B2B'O } id 8 04:18:01.815655 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 8 04:18:01.815800 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00B90400392B2B2B'O } } id 8 04:18:01.815870 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:01.816161 mtc setverdict(pass): none -> pass 04:18:01.816255 mtc Terminating component type Test.dummy_CT. 04:18:01.816315 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:01.816457 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:01.816530 mtc Port GSMTAP was stopped. 04:18:01.816579 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:01.816708 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:01.816787 mtc Port BSCVTY was stopped. 04:18:01.816835 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 04:18:01.816899 mtc Waiting for PTCs to finish. 04:18:01.817083 mtc Setting final verdict of the test case. 04:18:01.817145 mtc Local verdict of MTC: pass 04:18:01.817220 mtc No PTCs were created. 04:18:01.817257 mtc Test case TC_rach_tx_int finished. Verdict: pass 04:18:01.817420 mtc Executing test case TC_rach_max_tx in module Test. 04:18:01.817508 mtc Test case TC_rach_max_tx started. 04:18:01.817562 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 04:18:01.817640 mtc Port GSMTAP was started. 04:18:01.817691 mtc Port BSCVTY was started. 04:18:01.817718 mtc Component type Test.dummy_CT was initialized. 04:18:01.817750 mtc Function rnd() returned 0.302487. 04:18:01.817865 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:01.817959 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:01.818049 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:01.818119 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:01.818224 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:01.818634 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:01.818802 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:01.818895 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:01.818967 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:01.819030 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:01.819157 mtc Sent on BSCVTY to system charstring : "enable" 04:18:01.819244 mtc Start timer T: 2 s 04:18:01.819412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:01.819657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:01.819762 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:01.819837 mtc Stop timer T: 2 s 04:18:01.819895 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:01.820326 mtc Start timer T: 2 s 04:18:01.820698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:01.821044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:01.821100 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:01.821145 mtc Stop timer T: 2 s 04:18:01.821271 mtc Sent on BSCVTY to system charstring : "network" 04:18:01.821369 mtc Start timer T: 2 s 04:18:01.821588 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:01.821695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:01.821951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:01.822016 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:01.822201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:01.822257 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:01.822307 mtc Stop timer T: 2 s 04:18:01.822387 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:01.822494 mtc Start timer T: 2 s 04:18:01.822695 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:01.822766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:01.823007 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:01.823073 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:01.823255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:01.823311 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:01.823359 mtc Stop timer T: 2 s 04:18:01.823441 mtc Sent on BSCVTY to system charstring : "rach max transmission 1" 04:18:01.823541 mtc Start timer T: 2 s 04:18:01.823817 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 1" id 7 04:18:01.823889 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:01.824142 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 1" id 7 04:18:01.824205 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:01.824403 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:01.824498 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:01.824552 mtc Stop timer T: 2 s 04:18:01.824629 mtc Sent on BSCVTY to system charstring : "end" 04:18:01.824897 mtc Start timer T: 2 s 04:18:01.824985 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:01.825044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:01.825098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:01.825113 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:01.825139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:01.825152 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:01.825161 mtc Stop timer T: 2 s 04:18:01.825176 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:01.825428 mtc Start timer T: 2 s 04:18:01.825459 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:01.825489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:01.825503 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:01.825514 mtc Stop timer T: 2 s 04:18:01.825526 mtc Start timer T: 1 s 04:18:02.050808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000900B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:02.051164 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:02.286327 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000903E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:02.286691 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 36926, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:18:02.521688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090710100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:02.522033 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:02.756816 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090A40100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 04:18:02.757097 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 04:18:02.825545 mtc Timeout T: 1 s 04:18:02.825700 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:02.825748 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:02.825777 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:02.825802 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:02.825844 mtc Port GSMTAP was cleared. 04:18:02.825895 mtc Start timer T: 10 s 04:18:02.992448 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000090D70100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:02.992785 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:02.993064 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:02.993179 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:03.227772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000910A010000005506198FB380000000000000000000000000003904002B'O } id 6 04:18:03.228097 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 04:18:03.228358 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 04:18:03.228522 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:03.462871 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000913D0100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:03.463177 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:03.463363 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:03.463468 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:03.698538 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091700100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 04:18:03.698914 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:03.699175 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:03.699315 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:03.699634 mtc setverdict(pass): none -> pass 04:18:03.699733 mtc Terminating component type Test.dummy_CT. 04:18:03.699799 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:03.699906 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:03.699966 mtc Port GSMTAP was stopped. 04:18:03.700019 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:03.700159 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:03.700221 mtc Port BSCVTY was stopped. 04:18:03.700271 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 04:18:03.700334 mtc Waiting for PTCs to finish. 04:18:03.700509 mtc Setting final verdict of the test case. 04:18:03.700572 mtc Local verdict of MTC: pass 04:18:03.700629 mtc No PTCs were created. 04:18:03.700674 mtc Test case TC_rach_max_tx finished. Verdict: pass 04:18:03.700825 mtc Executing test case TC_attach in module Test. 04:18:03.700929 mtc Test case TC_attach started. 04:18:03.700969 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 04:18:03.701074 mtc Port GSMTAP was started. 04:18:03.701145 mtc Port BSCVTY was started. 04:18:03.701188 mtc Component type Test.dummy_CT was initialized. 04:18:03.701237 mtc Function rnd() returned 0.472711. 04:18:03.701357 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:03.701474 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:03.701579 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:03.701647 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:03.701794 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:03.702251 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:03.702383 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:03.702476 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:03.702547 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:03.702624 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:03.702796 mtc Sent on BSCVTY to system charstring : "enable" 04:18:03.703073 mtc Start timer T: 2 s 04:18:03.703180 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:03.703319 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:03.703411 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:03.703472 mtc Stop timer T: 2 s 04:18:03.703545 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:03.703816 mtc Start timer T: 2 s 04:18:03.704023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:03.704100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:03.704120 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:03.704136 mtc Stop timer T: 2 s 04:18:03.704161 mtc Sent on BSCVTY to system charstring : "network" 04:18:03.704191 mtc Start timer T: 2 s 04:18:03.704269 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:03.704307 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:03.704375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:03.704393 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:03.704453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:03.704469 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:03.704481 mtc Stop timer T: 2 s 04:18:03.704497 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:03.704525 mtc Start timer T: 2 s 04:18:03.704594 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:03.704615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:03.704668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:03.704681 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:03.704719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:03.704731 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:03.704747 mtc Stop timer T: 2 s 04:18:03.704765 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 04:18:03.704790 mtc Start timer T: 2 s 04:18:03.704906 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 04:18:03.704929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:03.704987 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 04:18:03.705003 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:03.705058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:03.705077 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:03.705093 mtc Stop timer T: 2 s 04:18:03.705116 mtc Sent on BSCVTY to system charstring : "end" 04:18:03.705147 mtc Start timer T: 2 s 04:18:03.705210 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:03.705229 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:03.705280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:03.705292 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:03.705313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:03.705326 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:03.705337 mtc Stop timer T: 2 s 04:18:03.705354 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:03.705378 mtc Start timer T: 2 s 04:18:03.705547 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:03.705598 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:03.705618 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:03.705636 mtc Stop timer T: 2 s 04:18:03.705653 mtc Start timer T: 1 s 04:18:03.933688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091A30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:03.933949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:04.169085 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000091D6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:04.169382 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:18:04.404652 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092090100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:04.405014 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:04.639807 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000923C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 04:18:04.640115 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 04:18:04.705673 mtc Timeout T: 1 s 04:18:04.705795 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:04.705856 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:04.705909 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:04.705959 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:04.705999 mtc Port GSMTAP was cleared. 04:18:04.706041 mtc Start timer T: 10 s 04:18:04.875103 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000926F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:04.875387 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:04.875626 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:04.875734 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:05.110541 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092A2010000005506198FB380000000000000000000000000003904002B'O } id 6 04:18:05.110816 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 04:18:05.110973 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 6 04:18:05.111043 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:05.346095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000092D50100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:05.346443 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:05.346674 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:05.346828 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:05.581280 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093080100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 04:18:05.581598 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:05.581810 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:05.581896 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:05.582202 mtc setverdict(pass): none -> pass 04:18:05.582278 mtc Terminating component type Test.dummy_CT. 04:18:05.582333 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:05.582421 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:05.582474 mtc Port GSMTAP was stopped. 04:18:05.582521 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:05.582654 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:05.582732 mtc Port BSCVTY was stopped. 04:18:05.582779 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 04:18:05.582823 mtc Waiting for PTCs to finish. 04:18:05.582963 mtc Setting final verdict of the test case. 04:18:05.583028 mtc Local verdict of MTC: pass 04:18:05.583089 mtc No PTCs were created. 04:18:05.583143 mtc Test case TC_attach finished. Verdict: pass 04:18:05.583262 mtc Executing test case TC_dtx_ul in module Test. 04:18:05.583330 mtc Test case TC_dtx_ul started. 04:18:05.583382 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 04:18:05.583484 mtc Port GSMTAP was started. 04:18:05.583543 mtc Port BSCVTY was started. 04:18:05.583583 mtc Component type Test.dummy_CT was initialized. 04:18:05.583628 mtc Function rnd() returned 0.901628. 04:18:05.583738 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:05.583843 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:05.583932 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:05.583989 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:05.584110 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:05.584541 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:05.584669 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:05.584742 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:05.584806 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:05.584863 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:05.585014 mtc Sent on BSCVTY to system charstring : "enable" 04:18:05.585126 mtc Start timer T: 2 s 04:18:05.585296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:05.585453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:05.585509 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:05.585559 mtc Stop timer T: 2 s 04:18:05.585621 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:05.585713 mtc Start timer T: 2 s 04:18:05.586017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:05.586249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:05.586308 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:05.586355 mtc Stop timer T: 2 s 04:18:05.586421 mtc Sent on BSCVTY to system charstring : "network" 04:18:05.586523 mtc Start timer T: 2 s 04:18:05.586729 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:05.586805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:05.587032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:05.587049 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:05.587105 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:05.587121 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:05.587135 mtc Stop timer T: 2 s 04:18:05.587156 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:05.587186 mtc Start timer T: 2 s 04:18:05.587254 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:05.587275 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:05.587342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:05.587355 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:05.587392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:05.587403 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:05.587411 mtc Stop timer T: 2 s 04:18:05.587424 mtc Sent on BSCVTY to system charstring : "dtx uplink force" 04:18:05.587449 mtc Start timer T: 2 s 04:18:05.587556 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 04:18:05.587587 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:05.587647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 04:18:05.587662 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:05.587726 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:05.587748 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:05.587767 mtc Stop timer T: 2 s 04:18:05.587798 mtc Port GSMTAP was cleared. 04:18:05.587817 mtc Start timer T: 10 s 04:18:05.816522 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000933B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:05.816775 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:05.816956 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:05.817079 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:06.051923 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000936E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:18:06.052197 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:18:06.052388 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:18:06.052525 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:06.287519 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093A10100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:06.287865 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:06.288084 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:06.288201 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:06.522913 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000093D40100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 04:18:06.523298 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 04:18:06.523611 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 04:18:06.523728 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:06.524008 mtc setverdict(pass): none -> pass 04:18:06.524085 mtc Terminating component type Test.dummy_CT. 04:18:06.524126 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:06.524204 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:06.524246 mtc Port GSMTAP was stopped. 04:18:06.524275 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:06.524313 mtc Warning: BSCVTY: Dropping partial message 04:18:06.524730 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:06.524807 mtc Port BSCVTY was stopped. 04:18:06.524839 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 04:18:06.524877 mtc Waiting for PTCs to finish. 04:18:06.524962 mtc Setting final verdict of the test case. 04:18:06.525016 mtc Local verdict of MTC: pass 04:18:06.525066 mtc No PTCs were created. 04:18:06.525110 mtc Test case TC_dtx_ul finished. Verdict: pass 04:18:06.525276 mtc Executing test case TC_emerg_allowed in module Test. 04:18:06.525385 mtc Test case TC_emerg_allowed started. 04:18:06.525446 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 04:18:06.525550 mtc Port GSMTAP was started. 04:18:06.525616 mtc Port BSCVTY was started. 04:18:06.525651 mtc Component type Test.dummy_CT was initialized. 04:18:06.525684 mtc Function rnd() returned 0.903210. 04:18:06.525791 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:06.526002 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:06.526297 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:06.526514 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:06.526678 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:06.527273 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:06.527425 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:06.527529 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:06.527608 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:06.527691 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:06.527891 mtc Sent on BSCVTY to system charstring : "enable" 04:18:06.528039 mtc Start timer T: 2 s 04:18:06.528245 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:06.528455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:06.528533 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:06.528573 mtc Stop timer T: 2 s 04:18:06.528618 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:06.528704 mtc Start timer T: 2 s 04:18:06.529078 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:06.529414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:06.529490 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:06.529550 mtc Stop timer T: 2 s 04:18:06.529631 mtc Sent on BSCVTY to system charstring : "network" 04:18:06.529748 mtc Start timer T: 2 s 04:18:06.529988 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:06.530096 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:06.530355 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:06.530429 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:06.530627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:06.530693 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:06.530750 mtc Stop timer T: 2 s 04:18:06.530837 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:06.530945 mtc Start timer T: 2 s 04:18:06.531162 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:06.531243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:06.531506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:06.531573 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:06.531770 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:06.531832 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:06.531886 mtc Stop timer T: 2 s 04:18:06.531981 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 04:18:06.532085 mtc Start timer T: 2 s 04:18:06.532397 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 04:18:06.532513 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:06.532812 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 04:18:06.532880 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:06.533076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:06.533139 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:06.533194 mtc Stop timer T: 2 s 04:18:06.533271 mtc Sent on BSCVTY to system charstring : "end" 04:18:06.533385 mtc Start timer T: 2 s 04:18:06.533586 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:06.533658 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:06.533913 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:06.533992 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:06.534027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:06.534045 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:06.534062 mtc Stop timer T: 2 s 04:18:06.534087 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:06.534120 mtc Start timer T: 2 s 04:18:06.534281 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:06.534331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:06.534354 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:06.534374 mtc Stop timer T: 2 s 04:18:06.534396 mtc Start timer T: 1 s 04:18:06.758253 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094070100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:06.758613 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:06.993643 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000943A010000005506198FB380000000000000000000000000003904002B'O } id 2 04:18:06.994010 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 04:18:07.228976 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000946D0100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:07.229343 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:07.464342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094A00100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 4 04:18:07.464748 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 4 04:18:07.534419 mtc Timeout T: 1 s 04:18:07.534545 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:07.534605 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:07.534649 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:07.534694 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:07.534736 mtc Port GSMTAP was cleared. 04:18:07.534787 mtc Start timer T: 10 s 04:18:07.699508 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000094D30100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:07.699792 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:07.699994 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:07.700117 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:07.934969 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009506010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:07.935297 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:07.935554 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38150, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:07.935641 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:08.170459 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095390100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:08.170821 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:08.171075 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:08.171197 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:08.405847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000956C0100000049061BC2E962F224869E110101101D00390400392B2B2B'O } id 8 04:18:08.406225 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:08.406533 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110101101D00390400392B2B2B'O } } id 8 04:18:08.406673 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:08.407047 mtc setverdict(pass): none -> pass 04:18:08.407165 mtc Terminating component type Test.dummy_CT. 04:18:08.407236 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:08.407359 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:08.407441 mtc Port GSMTAP was stopped. 04:18:08.407501 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:08.407646 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:08.407724 mtc Port BSCVTY was stopped. 04:18:08.407763 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 04:18:08.407806 mtc Waiting for PTCs to finish. 04:18:08.407903 mtc Setting final verdict of the test case. 04:18:08.407942 mtc Local verdict of MTC: pass 04:18:08.407986 mtc No PTCs were created. 04:18:08.408029 mtc Test case TC_emerg_allowed finished. Verdict: pass 04:18:08.408334 mtc Executing test case TC_bs_pa_mfrms in module Test. 04:18:08.408496 mtc Test case TC_bs_pa_mfrms started. 04:18:08.408575 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 04:18:08.408690 mtc Port GSMTAP was started. 04:18:08.408761 mtc Port BSCVTY was started. 04:18:08.408792 mtc Component type Test.dummy_CT was initialized. 04:18:08.408843 mtc Function rnd() returned 0.085493. 04:18:08.408982 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:08.409185 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:08.409341 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:08.409441 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:08.409588 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:08.410130 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:08.410295 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:08.410376 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:08.410446 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:08.410505 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:08.410674 mtc Sent on BSCVTY to system charstring : "enable" 04:18:08.410780 mtc Start timer T: 2 s 04:18:08.410980 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:08.411130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:08.411196 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:08.411255 mtc Stop timer T: 2 s 04:18:08.411327 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:08.411434 mtc Start timer T: 2 s 04:18:08.411785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:08.412015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:08.412038 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:08.412056 mtc Stop timer T: 2 s 04:18:08.412081 mtc Sent on BSCVTY to system charstring : "network" 04:18:08.412167 mtc Start timer T: 2 s 04:18:08.412223 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:08.412247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:08.412336 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:08.412361 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:08.412439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:08.412461 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:08.412479 mtc Stop timer T: 2 s 04:18:08.412507 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:08.412542 mtc Start timer T: 2 s 04:18:08.412625 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:08.412652 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:08.412735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:08.412751 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:08.412793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:08.412806 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:08.412815 mtc Stop timer T: 2 s 04:18:08.412834 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2" 04:18:08.412860 mtc Start timer T: 2 s 04:18:08.412997 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 2" id 7 04:18:08.413022 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:08.413110 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 2" id 7 04:18:08.413135 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:08.413179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:08.413197 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:08.413209 mtc Stop timer T: 2 s 04:18:08.413228 mtc Sent on BSCVTY to system charstring : "end" 04:18:08.413255 mtc Start timer T: 2 s 04:18:08.413319 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:08.413349 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:08.413417 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:08.413438 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:08.413478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:08.413496 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:08.413508 mtc Stop timer T: 2 s 04:18:08.413528 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:08.413560 mtc Start timer T: 2 s 04:18:08.413793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:08.413829 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:08.413842 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:08.413855 mtc Stop timer T: 2 s 04:18:08.413868 mtc Start timer T: 1 s 04:18:08.641174 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000959F0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:08.641507 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:08.876307 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000095D2010000005506198FB380000000000000000000000000003904002B'O } id 2 04:18:08.876624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 04:18:09.111731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096050100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:09.112023 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:09.347255 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096380100000049061BC2E962F224869E110001101D00390400392B2B2B'O } id 4 04:18:09.347619 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 4 04:18:09.413941 mtc Timeout T: 1 s 04:18:09.414092 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:09.414140 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:09.414167 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:09.414202 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:09.414234 mtc Port GSMTAP was cleared. 04:18:09.414264 mtc Start timer T: 10 s 04:18:09.582652 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000966B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:09.582999 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:09.583210 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:09.583362 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:09.818042 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000969E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:09.818427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:09.818675 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38558, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:09.818783 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:10.053383 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000096D10100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:10.053756 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:10.054035 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:10.054177 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:10.288534 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097040100000049061BC2E962F224869E110001101D00390400392B2B2B'O } id 8 04:18:10.288789 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 8 04:18:10.288975 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E110001101D00390400392B2B2B'O } } id 8 04:18:10.289057 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:10.289332 mtc setverdict(pass): none -> pass 04:18:10.289407 mtc Terminating component type Test.dummy_CT. 04:18:10.289462 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:10.289551 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:10.289609 mtc Port GSMTAP was stopped. 04:18:10.289653 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:10.289784 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:10.289842 mtc Port BSCVTY was stopped. 04:18:10.289884 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 04:18:10.289939 mtc Waiting for PTCs to finish. 04:18:10.290069 mtc Setting final verdict of the test case. 04:18:10.290138 mtc Local verdict of MTC: pass 04:18:10.290203 mtc No PTCs were created. 04:18:10.290259 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass 04:18:10.290400 mtc Executing test case TC_bs_ag_blks_res in module Test. 04:18:10.290484 mtc Test case TC_bs_ag_blks_res started. 04:18:10.290517 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 04:18:10.290598 mtc Port GSMTAP was started. 04:18:10.290654 mtc Port BSCVTY was started. 04:18:10.290677 mtc Component type Test.dummy_CT was initialized. 04:18:10.290712 mtc Function rnd() returned 0.906931. 04:18:10.290796 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:10.290996 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:10.291221 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:10.291311 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:10.291428 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:10.291892 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:10.292042 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:10.292130 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:10.292202 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:10.292267 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:10.292456 mtc Sent on BSCVTY to system charstring : "enable" 04:18:10.292582 mtc Start timer T: 2 s 04:18:10.292773 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:10.292919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:10.292980 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:10.293032 mtc Stop timer T: 2 s 04:18:10.293096 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:10.293188 mtc Start timer T: 2 s 04:18:10.293509 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:10.293736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:10.293797 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:10.293848 mtc Stop timer T: 2 s 04:18:10.293938 mtc Sent on BSCVTY to system charstring : "network" 04:18:10.294021 mtc Start timer T: 2 s 04:18:10.294076 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:10.294094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:10.294151 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:10.294165 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:10.294207 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:10.294220 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:10.294231 mtc Stop timer T: 2 s 04:18:10.294250 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:10.294271 mtc Start timer T: 2 s 04:18:10.294323 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:10.294339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:10.294377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:10.294386 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:10.294414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:10.294423 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:10.294430 mtc Stop timer T: 2 s 04:18:10.294443 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 6" 04:18:10.294461 mtc Start timer T: 2 s 04:18:10.294545 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 6" id 7 04:18:10.294561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:10.294606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 6" id 7 04:18:10.294617 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:10.294646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:10.294654 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:10.294660 mtc Stop timer T: 2 s 04:18:10.294670 mtc Sent on BSCVTY to system charstring : "end" 04:18:10.294687 mtc Start timer T: 2 s 04:18:10.294735 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:10.294751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:10.294805 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:10.294819 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:10.294842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:10.294854 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:10.294865 mtc Stop timer T: 2 s 04:18:10.294883 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:10.294906 mtc Start timer T: 2 s 04:18:10.295134 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:10.295171 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:10.295187 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:10.295199 mtc Stop timer T: 2 s 04:18:10.295207 mtc Start timer T: 1 s 04:18:10.524094 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097370100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:10.524503 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:10.759516 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000976A010000005506198FB380000000000000000000000000003904002B'O } id 2 04:18:10.759872 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 04:18:10.994835 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000979D0100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:10.995163 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:11.230198 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000097D00100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 4 04:18:11.230533 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 4 04:18:11.295222 mtc Timeout T: 1 s 04:18:11.295395 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:11.295452 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:11.295497 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:11.295565 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:11.295602 mtc Port GSMTAP was cleared. 04:18:11.295635 mtc Start timer T: 10 s 04:18:11.465320 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098030100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:11.465575 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:11.465754 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:11.465878 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:11.700924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009836010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:11.701308 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:11.701558 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 38966, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:11.701689 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:11.936062 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098690100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:11.936321 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:11.936539 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:11.936617 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:12.171431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000989C0100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 8 04:18:12.171719 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 04:18:12.171926 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 04:18:12.172011 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:12.172289 mtc setverdict(pass): none -> pass 04:18:12.172368 mtc Terminating component type Test.dummy_CT. 04:18:12.172449 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:12.172544 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:12.172598 mtc Port GSMTAP was stopped. 04:18:12.172646 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:12.172773 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:12.172848 mtc Port BSCVTY was stopped. 04:18:12.172896 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 04:18:12.172935 mtc Waiting for PTCs to finish. 04:18:12.173071 mtc Setting final verdict of the test case. 04:18:12.173135 mtc Local verdict of MTC: pass 04:18:12.173198 mtc No PTCs were created. 04:18:12.173246 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass 04:18:12.173367 mtc Executing test case TC_radio_link_timeout in module Test. 04:18:12.173435 mtc Test case TC_radio_link_timeout started. 04:18:12.173481 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 04:18:12.173581 mtc Port GSMTAP was started. 04:18:12.173639 mtc Port BSCVTY was started. 04:18:12.173680 mtc Component type Test.dummy_CT was initialized. 04:18:12.173725 mtc Function rnd() returned 0.020464. 04:18:12.173830 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:18:12.173931 mtc Port GSMTAP was mapped to system:GSMTAP. 04:18:12.174021 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:18:12.174078 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:18:12.174191 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:18:12.174592 mtc Port BSCVTY was mapped to system:BSCVTY. 04:18:12.174763 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:18:12.174845 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:18:12.174926 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:18:12.174993 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:18:12.175157 mtc Sent on BSCVTY to system charstring : "enable" 04:18:12.175409 mtc Start timer T: 2 s 04:18:12.175504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:18:12.175643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:18:12.175705 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:18:12.175755 mtc Stop timer T: 2 s 04:18:12.175822 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:18:12.176069 mtc Start timer T: 2 s 04:18:12.176291 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:18:12.176554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:18:12.176640 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:18:12.176694 mtc Stop timer T: 2 s 04:18:12.176769 mtc Sent on BSCVTY to system charstring : "network" 04:18:12.176866 mtc Start timer T: 2 s 04:18:12.177021 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:18:12.177038 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:18:12.177090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:18:12.177105 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:18:12.177150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:18:12.177164 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:18:12.177175 mtc Stop timer T: 2 s 04:18:12.177192 mtc Sent on BSCVTY to system charstring : "bts 0" 04:18:12.177216 mtc Start timer T: 2 s 04:18:12.177268 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:18:12.177285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:18:12.177342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:18:12.177356 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:18:12.177401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:18:12.177414 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:18:12.177425 mtc Stop timer T: 2 s 04:18:12.177445 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 4" 04:18:12.177532 mtc Start timer T: 2 s 04:18:12.177566 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 4" id 7 04:18:12.177581 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:18:12.177632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 4" id 7 04:18:12.177644 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:18:12.177669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:18:12.177677 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:18:12.177683 mtc Stop timer T: 2 s 04:18:12.177693 mtc Sent on BSCVTY to system charstring : "end" 04:18:12.177710 mtc Start timer T: 2 s 04:18:12.177779 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:18:12.177804 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:18:12.177868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:18:12.177885 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:18:12.177910 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:18:12.177923 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:18:12.177933 mtc Stop timer T: 2 s 04:18:12.177951 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:18:12.177974 mtc Start timer T: 2 s 04:18:12.178120 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:18:12.178147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:18:12.178161 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:18:12.178174 mtc Stop timer T: 2 s 04:18:12.178187 mtc Start timer T: 1 s 04:18:12.407022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000098CF0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:18:12.407391 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:18:12.642354 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009902010000005506198FB380000000000000000000000000003904002B'O } id 2 04:18:12.642708 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000003904002B'O } } id 2 04:18:12.877737 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099350100000059061A00000000000000000000000000000000FF390400'O } id 3 04:18:12.878113 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 3 04:18:13.113142 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099680100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 4 04:18:13.113495 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 4 04:18:13.178206 mtc Timeout T: 1 s 04:18:13.178377 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:18:13.178447 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:18:13.178524 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:18:13.178567 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:18:13.178596 mtc Port GSMTAP was cleared. 04:18:13.178632 mtc Start timer T: 10 s 04:18:13.348563 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000999B0100000031061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:18:13.348893 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:13.349142 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224869E1D003904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:18:13.349265 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:18:13.583549 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000099CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:18:13.583816 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:13.584005 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 39374, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:18:13.584105 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:18:13.819022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A010100000059061A00000000000000000000000000000000FF390400'O } id 7 04:18:13.819280 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:13.819455 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF390400'O } } id 7 04:18:13.819536 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:18:14.054342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000009A340100000049061BC2E962F224869E310001101D00390400392B2B2B'O } id 8 04:18:14.054622 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 04:18:14.054808 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 52173, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BC2E962F224869E310001101D00390400392B2B2B'O } } id 8 04:18:14.054893 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:18:14.055158 mtc setverdict(pass): none -> pass 04:18:14.055233 mtc Terminating component type Test.dummy_CT. 04:18:14.055290 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:18:14.055382 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:18:14.055434 mtc Port GSMTAP was stopped. 04:18:14.055479 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:18:14.055603 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:18:14.055679 mtc Port BSCVTY was stopped. 04:18:14.055728 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 04:18:14.055765 mtc Waiting for PTCs to finish. 04:18:14.055898 mtc Setting final verdict of the test case. 04:18:14.055963 mtc Local verdict of MTC: pass 04:18:14.056011 mtc No PTCs were created. 04:18:14.056071 mtc Test case TC_radio_link_timeout finished. Verdict: pass 04:18:14.056675 mtc Verdict statistics: 0 none (0.00 %), 22 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). 04:18:14.056772 mtc Test execution summary: 22 test cases were executed. Overall verdict: pass 04:18:14.056811 mtc Exit was requested from MC. Terminating MTC. 04:18:14.059693 hc MTC finished. Process statistics: { process id: 20, terminated normally, exit status: 0, user time: 0.492000 s, system time: 0.160000 s, maximum resident set size: 15436, integral resident set size: 0, page faults not requiring physical I/O: 392, page faults requiring physical I/O: 0, swaps: 0, block input operations: 0, block output operations: 1976, messages sent: 0, messages received: 0, signals received: 0, voluntary context switches: 846, involuntary context switches: 122 } 04:18:14.059872 hc Exit was requested from MC. Terminating HC. 04:18:14.060045 hc Disconnected from MC. 04:18:14.060098 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 eb2b728faa4a2e5f5c7929d856889627c2a44d6b025b5379661faf10825e2a43 + 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 Sending e-mails to: laforge@gnumonks.org Finished: SUCCESS